diff options
author | Timo Teräs <timo.teras@iki.fi> | 2012-02-28 14:36:03 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2012-02-28 14:36:03 +0200 |
commit | fd812dc722cad1bcdbf98799a036e94c88b1b9b0 (patch) | |
tree | 7565564bde784a1725356c7acc18c8f03ca505b5 /src/Makefile | |
parent | ef53dd52c54e1b8ff52a5bd2373f31c1709cbbee (diff) | |
download | apk-tools-fd812dc722cad1bcdbf98799a036e94c88b1b9b0.tar.gz apk-tools-fd812dc722cad1bcdbf98799a036e94c88b1b9b0.tar.bz2 apk-tools-fd812dc722cad1bcdbf98799a036e94c88b1b9b0.tar.xz apk-tools-fd812dc722cad1bcdbf98799a036e94c88b1b9b0.zip |
lua: fix bindings, and build by default
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 9ec554f..253c251 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,6 @@ PKGDEPS := openssl zlib PKG_CONFIG ?= pkg-config +LUAAPK ?= yes # lua module ifneq ($(LUAAPK),) |