X-Git-Url: http://git.code-monkey.de/?p=ruby-evas.git;a=blobdiff_plain;f=src%2FMakefile.am;h=3ef9ce7c6c785aedc88c469782d1647c39b0ffc8;hp=a2765f6d6f59784803508a5294584cbcbacad17d;hb=ba05ccf5a7b503e2d9a58c1de4072312b5abfab7;hpb=2118372cfbb06b10e6254539b30887e0342650fd diff --git a/src/Makefile.am b/src/Makefile.am index a2765f6..3ef9ce7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am 20 2004-06-22 20:46:56Z tilman $ +## $Id: Makefile.am 23 2004-06-26 22:55:31Z tilman $ AM_CFLAGS = $(EVAS_CFLAGS) INCLUDES = -I$(RUBYDIR) @@ -8,7 +8,13 @@ extdir = $(RUBYSITEDIR) 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.c rb_evas_object.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 evas_la_LIBADD = -lruby $(EVAS_LIBS) evas_la_LDFLAGS = -module -avoid-version