forked from mia/Aegisub
675c4caa09
will allow users on unix to install and operate different versions of aegisub a$ the same time. Note: auto3 linking is broken it will be fixed in the next commit as it's unrelated to these changes. Originally committed to SVN as r2659.
12 lines
228 B
Makefile
12 lines
228 B
Makefile
if HAVE_AUTO3_LUA
|
|
|
|
AM_CFLAGS = -DAUTO3LIB @LUA50_CFLAGS@
|
|
AM_LDFLAGS = @LUA50_LDFLAGS@
|
|
|
|
lib_LTLIBRARIES = libaegisub-auto3-2.1.la
|
|
libaegisub_auto3_2_1_la_SOURCES = auto3.c
|
|
noinst_HEADERS = auto3.h
|
|
|
|
endif
|
|
|
|
EXTRA_DIST= callables.c
|