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