Import libextl instead of using a submodule
commit1aaef07fc869c9ece9ba08b5dc3c098c2bc62888
authorArnout Engelen <arnouten@bzzt.net>
Sun, 5 Jan 2014 15:54:03 +0000 (5 16:54 +0100)
committerArnout Engelen <arnouten@bzzt.net>
Sun, 5 Jan 2014 15:54:03 +0000 (5 16:54 +0100)
treea4fc5b6d7ee5a47d1681a9cfe9da60fb1b9ed567
parent79c5e397008ceef91e31091f3eb8ac7c3c1f4711
Import libextl instead of using a submodule
21 files changed:
.gitmodules
libextl [deleted submodule]
libextl/.gitignore [new file with mode: 0644]
libextl/LICENSE [new file with mode: 0644]
libextl/Makefile [new file with mode: 0644]
libextl/README [new file with mode: 0644]
libextl/build/libs.mk [new file with mode: 0644]
libextl/build/rules.mk [new file with mode: 0644]
libextl/build/system-inc.mk [new file with mode: 0644]
libextl/extl.h [new file with mode: 0644]
libextl/install-sh [new file with mode: 0644]
libextl/libextl-mkexports.in [new file with mode: 0644]
libextl/luaextl.c [new file with mode: 0644]
libextl/luaextl.h [new file with mode: 0644]
libextl/misc.c [new file with mode: 0644]
libextl/private.h [new file with mode: 0644]
libextl/readconfig.c [new file with mode: 0644]
libextl/readconfig.h [new file with mode: 0644]
libextl/system-autodetect.mk [new file with mode: 0644]
libextl/test/extltest.c [new file with mode: 0644]
libextl/types.h [new file with mode: 0644]