Skip to content

Commit

Permalink
Install all the internal header files, including the pallene_core.h
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomg committed Jul 25, 2021
1 parent 2c9e331 commit 2f85fc4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@ PLATS= guess aix bsd c89 freebsd generic linux linux-readline macosx mingw posix

# What to install.
TO_BIN= lua luac
TO_INC= lua.h luaconf.h lualib.h lauxlib.h lua.hpp
TO_INC= lua.hpp \
lapi.h lauxlib.h lcode.h lctype.h ldebug.h ldo.h lfunc.h lgc.h ljumptab.h \
llex.h llimits.h lmem.h lobject.h lopcodes.h lopnames.h lparser.h lprefix.h \
lstate.h lstring.h ltable.h ltm.h luaconf.h lua.h lualib.h lundump.h lvm.h \
lzio.h pallene_core.h
TO_LIB= liblua.a
TO_MAN= lua.1 luac.1

Expand Down

0 comments on commit 2f85fc4

Please sign in to comment.