X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2FMakefile.am;h=54af43af30d19dc3eb5ca6c4c5d6e6e5ab37f1ee;hb=fd0de4e1c0f50ac6a3c502d9004f5796cfdfb302;hp=5f269383250c1363260ad7c2626e2e0e86c05a05;hpb=9af608c8ef88aadac161a557b27822c9defa39f0;p=ruby-evas.git diff --git a/src/Makefile.am b/src/Makefile.am index 5f26938..54af43a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am 2 2004-06-19 18:55:39Z tilman $ +## $Id: Makefile.am 61 2004-08-12 10:04:07Z tilman $ AM_CFLAGS = $(EVAS_CFLAGS) INCLUDES = -I$(RUBYDIR) @@ -6,11 +6,19 @@ 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_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_LDFLAGS = -module -avoid-version -pkgincludedir = $(RUBYSITEDIR) -pkginclude_HEADERS = rb_evas_object.h +pkgincludedir = $(RUBYSITEDIR)/evas +pkginclude_HEADERS = rb_evas_object.h rb_evas.h