forked from mia/Aegisub
1f23637cd2
of LUA_(C|LD)FLAGS and LUA50_(C|LD)FLAGS, also add the LUA LDFLAGS to LIBS like perl in order to have it bring in the symbols properly, this is a temp measure until we have modules. Originally committed to SVN as r2082.
12 lines
220 B
Makefile
12 lines
220 B
Makefile
if HAVE_AUTO3_LUA
|
|
|
|
AM_CFLAGS = -DAUTO3LIB @LUA50_CFLAGS@
|
|
AM_LDFLAGS = @LUA50_LDFLAGS@
|
|
|
|
lib_LTLIBRARIES = libaegisub-auto3.la
|
|
libaegisub_auto3_la_SOURCES = auto3.c
|
|
noinst_HEADERS = auto3.h
|
|
|
|
endif
|
|
|
|
EXTRA_DIST= callables.c
|