Look for the directory where libruby.so lives.
[ruby-esmart.git] / src / esmart_trans_x11 / Makefile.am
1 ## $Id: Makefile.am 75 2004-08-16 18:17:19Z tilman $
2
3 AM_CFLAGS = $(ESMART_CFLAGS)
4 INCLUDES = -I$(RUBYDIR) -I$(RUBYSITEDIR)
5
6 ext_LTLIBRARIES = esmart_trans_x11.la
7 extdir = $(RUBYSITEDIR)
8
9 esmart_trans_x11_la_SOURCES = rb_esmart_trans_x11.c
10
11 esmart_trans_x11_la_LIBADD = -L$(RUBYLIBDIR) -lruby $(ESMART_LIBS) \
12                              -lesmart_trans_x11
13 esmart_trans_x11_la_LDFLAGS = -module -avoid-version