File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed
Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ AM_CFLAGS = -Wall
33include_HEADERS = lua.h lualib.h lauxlib.h
44nodist_include_HEADERS = luaconf.h
55
6- lib_LTLIBRARIES = liblua.la
6+ noinst_LTLIBRARIES = liblua.la
77liblua_la_LDFLAGS = -release 5.1
88liblua_la_SOURCES = \
99 lapi.c lcode.c ldebug.c ldo.c ldump.c lfunc.c lgc.c llex.c lmem.c \
@@ -15,20 +15,6 @@ liblua_la_SOURCES = \
1515 lobject.h lstate.h ltm.h lundump.h lcode.h lfunc.h llimits.h lopcodes.h \
1616 lstring.h lvm.h
1717
18- bin_PROGRAMS = lua luac
19-
20- lua_SOURCES = lua.c
21- lua_LDADD = liblua.la @LUA_LIBS@
22- lua_DEPENDENCIES = liblua.la
23-
24- luac_SOURCES = luac.c print.c
25- luac_LDADD = liblua.la @LUA_LIBS@
26- luac_DEPENDENCIES = liblua.la
27-
28- # luac must be linked statically because it uses functions that
29- # don't get exported to the shared object
30- luac_LDFLAGS = -static
31-
3218EXTRA_DIST = luaconf.h.template.in
3319BUILT_SOURCES = luaconf.h
3420CLEANFILES = luaconf.h
You can’t perform that action at this time.
0 commit comments