Fixed crash in key events.
[ruby-evas.git] / src / Makefile.am
1 ## $Id: Makefile.am 281 2005-03-14 20:51:40Z tilman $
2
3 AM_CFLAGS = $(EVAS_CFLAGS)
4 INCLUDES = -I$(RUBYDIR)
5
6 ext_LTLIBRARIES = evas.la
7 extdir = $(RUBYSITEDIR)
8
9 evas_la_SOURCES = rb_evas_main.c rb_evas_main.h \
10                   rb_evas.c rb_evas.h \
11                   rb_evas_object.c rb_evas_object.h \
12                   rb_evas_object_events.c rb_evas_object_events.h \
13                   rb_rectangle.c rb_rectangle.h \
14                   rb_line.c rb_line.h \
15                   rb_gradient.c rb_gradient.h \
16                   rb_polygon.c rb_polygon.h \
17                   rb_image.c rb_image.h \
18                   rb_text.c rb_text.h \
19                   rb_smart.c rb_smart.h
20
21 evas_la_LIBADD = -L$(RUBYLIBDIR) $(RUBYLIB) $(EVAS_LIBS)
22 evas_la_LDFLAGS = -module -avoid-version
23
24 pkgincludedir = $(RUBYSITEDIR)/evas
25 pkginclude_HEADERS = rb_evas_object.h rb_evas.h