Set SVN properties.
[ruby-esmart.git] / src / esmart_container / Makefile.am
1 ## $Id: Makefile.am 36 2004-07-25 10:45:47Z tilman $
2
3 AM_CFLAGS = $(ESMART_CFLAGS)
4 INCLUDES = -I$(RUBYDIR) -I$(RUBYSITEDIR)
5
6 ext_LTLIBRARIES = esmart_container.la
7 extdir = $(RUBYSITEDIR)
8
9 esmart_container_la_SOURCES = rb_esmart_container.c
10
11 esmart_container_la_LIBADD = -lruby $(ESMART_LIBS) -lesmart_container
12 esmart_container_la_LDFLAGS = -module -avoid-version