changeset 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 75e5bb1e0aa1
files src/lua/Makefile.am
diffstat 1 files changed, 0 insertions(+), 25 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/src/lua/Makefile.am	Sat Mar 03 11:38:08 2012 -0600
     1.2 +++ b/src/lua/Makefile.am	Sat Mar 03 11:38:28 2012 -0600
     1.3 @@ -1,30 +1,5 @@
     1.4  noinst_LIBRARIES = libgblua.a
     1.5  
     1.6 -# libgblua_a_HEADERS = \
     1.7 -# 	lapi.h  	\
     1.8 -# 	lauxlib.h	\
     1.9 -# 	lcode.h 	\
    1.10 -# 	ldebug.h	\
    1.11 -# 	ldo.h   	\
    1.12 -# 	lfunc.h  	\
    1.13 -# 	lgc.h   	\
    1.14 -# 	llex.h  	\
    1.15 -# 	llimit.h	\
    1.16 -# 	lmem.h   	\
    1.17 -# 	lobject.h	\
    1.18 -# 	lopcodes.h	\
    1.19 -# 	lparser.h	\
    1.20 -# 	lstate.h	\
    1.21 -# 	lstring.h	\
    1.22 -# 	ltable.h	\
    1.23 -# 	ltm.h   	\
    1.24 -# 	lua.h   	\
    1.25 -# 	luaconf.h	\
    1.26 -# 	lualib.h	\
    1.27 -# 	lundump.h	\
    1.28 -# 	lvm.h   	\
    1.29 -# 	lzio.h  	
    1.30 -
    1.31  libgblua_a_SOURCES = \
    1.32  	lapi.h 		\
    1.33  	lauxlib.h 	\