Link to the correct Ruby shared object.
[ruby-esmart.git] / src / esmart_draggies / Makefile.am
1 ## $Id: Makefile.am 121 2004-10-18 20:24:05Z tilman $
2
3 AM_CFLAGS = $(ESMART_CFLAGS)
4 INCLUDES = -I$(RUBYDIR) -I$(RUBYSITEDIR)
5
6 ext_LTLIBRARIES = esmart_draggies.la
7 extdir = $(RUBYSITEDIR)
8
9 esmart_draggies_la_SOURCES = rb_esmart_draggies.c
10
11 esmart_draggies_la_LIBADD = -L$(RUBYLIBDIR) $(RUBYLIB) $(ESMART_LIBS) \
12                             -lesmart_draggies
13 esmart_draggies_la_LDFLAGS = -module -avoid-version