X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2FMakefile.am;h=d1e46b0e7700f0c08fc283b4a212e630d1f43f5a;hb=c7eaf5d1f6557b05c3fcc5660709c01332b13a6a;hp=52b0e12945fda84d5ae255d93e752e35aa918fee;hpb=7ba52baa1294589d8dbbae5d58469dcc8aa720de;p=ruby-evas.git diff --git a/src/Makefile.am b/src/Makefile.am index 52b0e12..d1e46b0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am 11 2004-06-19 20:02:40Z tilman $ +## $Id: Makefile.am 281 2005-03-14 20:51:40Z tilman $ AM_CFLAGS = $(EVAS_CFLAGS) INCLUDES = -I$(RUBYDIR) @@ -6,11 +6,20 @@ INCLUDES = -I$(RUBYDIR) ext_LTLIBRARIES = evas.la extdir = $(RUBYSITEDIR) -evas_la_SOURCES = rb_evas.c rb_evas.h \ - rb_evas_object.c rb_evas_object.h +evas_la_SOURCES = rb_evas_main.c rb_evas_main.h \ + rb_evas.c rb_evas.h \ + rb_evas_object.c rb_evas_object.h \ + rb_evas_object_events.c rb_evas_object_events.h \ + rb_rectangle.c rb_rectangle.h \ + rb_line.c rb_line.h \ + rb_gradient.c rb_gradient.h \ + rb_polygon.c rb_polygon.h \ + rb_image.c rb_image.h \ + rb_text.c rb_text.h \ + rb_smart.c rb_smart.h -evas_la_LIBADD = -lruby $(EVAS_LIBS) +evas_la_LIBADD = -L$(RUBYLIBDIR) $(RUBYLIB) $(EVAS_LIBS) evas_la_LDFLAGS = -module -avoid-version -pkgincludedir = $(RUBYSITEDIR) +pkgincludedir = $(RUBYSITEDIR)/evas pkginclude_HEADERS = rb_evas_object.h rb_evas.h