new library libsj3lua from src/sj3serv/setup.c.
This commit is contained in:
parent
5f05301928
commit
93dd53cca7
8 changed files with 188 additions and 106 deletions
16
trunk/lib/sj3lua/Makefile.am
Normal file
16
trunk/lib/sj3lua/Makefile.am
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
INCLUDES = \
|
||||
-I$(top_srcdir)/include/sj3compat \
|
||||
-I$(top_srcdir)/include/sj3lua
|
||||
|
||||
AM_CFLAGS = $(lua_CFLAGS)
|
||||
|
||||
if SJ3_INTERNAL_LUA
|
||||
AM_CFLAGS += -I$(top_builddir)/lib/lua/src
|
||||
else
|
||||
AM_CFLAGS += $(LUA_CFLAGS)
|
||||
endif
|
||||
|
||||
noinst_LTLIBRARIES = libsj3lua.la
|
||||
|
||||
libsj3lua_la_SOURCES = \
|
||||
sj3lua.c
|
||||
Loading…
Add table
Add a link
Reference in a new issue