X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fesmart_trans_x11%2FMakefile.am;h=34ffe4706ac48768857bf373cccf16a39356b487;hb=c8b9eb374cbdd302010c5b6250b16a8b83572174;hp=6c097cc8438483fd00d6ec3bed216a111ca73dda;hpb=197f83468ba03c07a5f51888e67e164e257aa9a3;p=ruby-esmart.git diff --git a/src/esmart_trans_x11/Makefile.am b/src/esmart_trans_x11/Makefile.am index 6c097cc..34ffe47 100644 --- a/src/esmart_trans_x11/Makefile.am +++ b/src/esmart_trans_x11/Makefile.am @@ -1,4 +1,4 @@ -## $Id$ +## $Id: Makefile.am 75 2004-08-16 18:17:19Z tilman $ AM_CFLAGS = $(ESMART_CFLAGS) INCLUDES = -I$(RUBYDIR) -I$(RUBYSITEDIR) @@ -8,5 +8,6 @@ extdir = $(RUBYSITEDIR) esmart_trans_x11_la_SOURCES = rb_esmart_trans_x11.c -esmart_trans_x11_la_LIBADD = -lruby $(ESMART_LIBS) -lesmart_trans_x11 +esmart_trans_x11_la_LIBADD = -L$(RUBYLIBDIR) -lruby $(ESMART_LIBS) \ + -lesmart_trans_x11 esmart_trans_x11_la_LDFLAGS = -module -avoid-version