X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fesmart_container%2FMakefile.am;h=87a61a3d76d78cd1bc90c15880b2f8eeb4785285;hb=d702dd92a5fae3239cf73d0b4a7544dfa14df55f;hp=5e30042a3c9608ded0dd213dd230cf4b336cd62e;hpb=1256110e4e9d2d3f332f7f460224765132eeb0d5;p=ruby-esmart.git diff --git a/src/esmart_container/Makefile.am b/src/esmart_container/Makefile.am index 5e30042..87a61a3 100644 --- a/src/esmart_container/Makefile.am +++ b/src/esmart_container/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 $ AM_CFLAGS = $(ESMART_CFLAGS) INCLUDES = -I$(RUBYDIR) -I$(RUBYSITEDIR) @@ -8,5 +8,6 @@ extdir = $(RUBYSITEDIR) esmart_container_la_SOURCES = rb_esmart_container.c -esmart_container_la_LIBADD = -lruby $(ESMART_LIBS) -lesmart_container +esmart_container_la_LIBADD = -L$(RUBYLIBDIR) $(RUBYLIB) $(ESMART_LIBS) \ + -lesmart_container esmart_container_la_LDFLAGS = -module -avoid-version