forked from mia/Aegisub
98dd041bc6
Originally committed to SVN as r1941.
12 lines
222 B
Makefile
12 lines
222 B
Makefile
if HAVE_AUTO3_LUA
|
|
|
|
AM_CFLAGS = -DAUTO3LIB @LUA50_CPPFLAGS@
|
|
AM_LDFLAGS = @LUA50_LDFLAGS@
|
|
|
|
lib_LTLIBRARIES = libaegisub-auto3.la
|
|
libaegisub_auto3_la_SOURCES = auto3.c
|
|
noinst_HEADERS = auto3.h
|
|
|
|
endif
|
|
|
|
EXTRA_DIST= callables.c
|