comparison src/lua/Makefile.am @ 16:9e598342e182

clean up lua Makefile.am
author Robert McIntyre <rlm@mit.edu>
date Sat, 03 Mar 2012 11:38:28 -0600
parents 4b455313327d
children
comparison
equal deleted inserted replaced
15:4b455313327d 16:9e598342e182
1 noinst_LIBRARIES = libgblua.a 1 noinst_LIBRARIES = libgblua.a
2
3 # libgblua_a_HEADERS = \
4 # lapi.h \
5 # lauxlib.h \
6 # lcode.h \
7 # ldebug.h \
8 # ldo.h \
9 # lfunc.h \
10 # lgc.h \
11 # llex.h \
12 # llimit.h \
13 # lmem.h \
14 # lobject.h \
15 # lopcodes.h \
16 # lparser.h \
17 # lstate.h \
18 # lstring.h \
19 # ltable.h \
20 # ltm.h \
21 # lua.h \
22 # luaconf.h \
23 # lualib.h \
24 # lundump.h \
25 # lvm.h \
26 # lzio.h
27 2
28 libgblua_a_SOURCES = \ 3 libgblua_a_SOURCES = \
29 lapi.h \ 4 lapi.h \
30 lauxlib.h \ 5 lauxlib.h \
31 lcode.h \ 6 lcode.h \