X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2FMakefile.am;h=23af9f89256c8a8592983fee86ce056bffbeb43a;hb=d702dd92a5fae3239cf73d0b4a7544dfa14df55f;hp=68278804792ca29c9efd39314630726082de3125;hpb=1256110e4e9d2d3f332f7f460224765132eeb0d5;p=ruby-esmart.git diff --git a/src/Makefile.am b/src/Makefile.am index 6827880..23af9f8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am 36 2004-07-25 10:45:47Z tilman $ +## $Id: Makefile.am 121 2004-10-18 20:24:05Z tilman $ SUBDIRS = esmart_container esmart_draggies esmart_trans_x11 @@ -10,5 +10,5 @@ extdir = $(RUBYSITEDIR) esmart_la_SOURCES = rb_esmart.c rb_esmart.h -esmart_la_LIBADD = -lruby $(ESMART_LIBS) +esmart_la_LIBADD = -L$(RUBYLIBDIR) $(RUBYLIB) $(ESMART_LIBS) esmart_la_LDFLAGS = -module -avoid-version