sj4/trunk/lib/sj3lua/Makefile.am
2010-02-14 13:47:35 +00:00

20 lines
309 B
Makefile

if BUILDABLE_SJ3SERV
INCLUDES = \
-I$(top_srcdir)/include/sj3compat \
-I$(top_srcdir)/include/sj3lua
AM_CFLAGS = $(lua_CFLAGS)
if SJ3_INTERNAL_LUA
AM_CFLAGS += -I$(top_srcdir)/lib/lua/src
else
AM_CFLAGS += $(LUA_CFLAGS)
endif
noinst_LTLIBRARIES = libsj3lua.la
libsj3lua_la_SOURCES = \
sj3lua.c
endif