X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2FMakefile.am;h=57e38e364702bb81ed6d40db2b4cd17f32c4967a;hb=028072908e652187656c5e25d2da965487e73c98;hp=8ef25c4a5266d4027e5d918a47c0988d99f200e3;hpb=8efd0235a6bb26710fd89dd07a5fdb55cafde247;p=ruby-evas.git diff --git a/src/Makefile.am b/src/Makefile.am index 8ef25c4..57e38e3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am 49 2004-08-01 10:17:39Z tilman $ +## $Id: Makefile.am 73 2004-08-16 18:11:52Z tilman $ AM_CFLAGS = $(EVAS_CFLAGS) INCLUDES = -I$(RUBYDIR) @@ -14,9 +14,10 @@ evas_la_SOURCES = rb_evas_main.c rb_evas_main.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_text.c rb_text.h \ + rb_smart.c rb_smart.h -evas_la_LIBADD = -lruby $(EVAS_LIBS) +evas_la_LIBADD = -L$(RUBYLIBDIR) -lruby $(EVAS_LIBS) evas_la_LDFLAGS = -module -avoid-version pkgincludedir = $(RUBYSITEDIR)/evas