Mercurial > vba-linux
view src/lua/Makefile.am @ 15:4b455313327d
fixed typos in the lua Makefile.am
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 03 Mar 2012 11:38:08 -0600 |
parents | 32bb141d34de |
children | 9e598342e182 |
line wrap: on
line source
1 noinst_LIBRARIES = libgblua.a3 # 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.h28 libgblua_a_SOURCES = \29 lapi.h \30 lauxlib.h \31 lcode.h \32 ldebug.h \33 ldo.h \34 lfunc.h \35 lgc.h \36 llex.h \37 llimits.h \38 lmem.h \39 lobject.h \40 lopcodes.h \41 lparser.h \42 lstate.h \43 lstring.h \44 ltable.h \45 ltm.h \46 lua.h \47 luaconf.h \48 lualib.h \49 lundump.h \50 lvm.h \51 lzio.h \52 \53 lapi.c \54 lauxlib.c \55 lbaselib.c \56 lcode.c \57 ldblib.c \58 ldebug.c \59 ldo.c \60 ldump.c \61 lfunc.c \62 lgc.c \63 linit.c \64 liolib.c \65 llex.c \66 lmathlib.c \67 lmem.c \68 loadlib.c \69 lobject.c \70 lopcodes.c \71 loslib.c \72 lparser.c \73 lstate.c \74 lstring.c \75 lstrlib.c \76 ltable.c \77 ltablib.c \78 ltm.c \79 lundump.c \80 lvm.c \81 lzio.c \82 print.c