Skip to content

Commit c8f8e20

Browse files
author
ijsf@gmx-topmail.de
committed
Added output directory to configure.ac, enabled noinst and disabled unnecessary automake stuff for vendor dependencies pme, ehs, json-c, lua
1 parent a592b60 commit c8f8e20

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

src/Makefile.am

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ AM_CFLAGS = -Wall
33
include_HEADERS = lua.h lualib.h lauxlib.h
44
nodist_include_HEADERS = luaconf.h
55

6-
lib_LTLIBRARIES = liblua.la
6+
noinst_LTLIBRARIES = liblua.la
77
liblua_la_LDFLAGS = -release 5.1
88
liblua_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-
3218
EXTRA_DIST = luaconf.h.template.in
3319
BUILT_SOURCES = luaconf.h
3420
CLEANFILES = luaconf.h

0 commit comments

Comments
 (0)