X-Git-Url: http://git.code-monkey.de/?p=ruby-evas.git;a=blobdiff_plain;f=src%2FMakefile.am;h=57e38e364702bb81ed6d40db2b4cd17f32c4967a;hp=54af43af30d19dc3eb5ca6c4c5d6e6e5ab37f1ee;hb=028072908e652187656c5e25d2da965487e73c98;hpb=7389b77f481a867dd769c5ee08eb75329184ae04 diff --git a/src/Makefile.am b/src/Makefile.am index 54af43a..57e38e3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am 61 2004-08-12 10:04:07Z tilman $ +## $Id: Makefile.am 73 2004-08-16 18:11:52Z tilman $ AM_CFLAGS = $(EVAS_CFLAGS) INCLUDES = -I$(RUBYDIR) @@ -17,7 +17,7 @@ evas_la_SOURCES = rb_evas_main.c rb_evas_main.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