summaryrefslogtreecommitdiff
path: root/src/tecmake_compact.mak
diff options
context:
space:
mode:
authorscuri <scuri>2009-06-26 19:43:05 +0000
committerscuri <scuri>2009-06-26 19:43:05 +0000
commitd718eeaef158211909dc0e4e4a5ff025d3d06909 (patch)
treef814a3a326a1b76264a843e4827e2a2d218f79db /src/tecmake_compact.mak
parentf0c4fccc0b6e6d885b4220d044fbbd19647b6f4f (diff)
*** empty log message ***cd_5_2
Diffstat (limited to 'src/tecmake_compact.mak')
-rw-r--r--src/tecmake_compact.mak6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/tecmake_compact.mak b/src/tecmake_compact.mak
index d1a61ff..d4fe0af 100644
--- a/src/tecmake_compact.mak
+++ b/src/tecmake_compact.mak
@@ -635,8 +635,10 @@ ifdef USE_LUA
ifndef NO_LUALIB
LIBS += lualib$(LUASUFX)
endif
- LIBS += lua$(LUASUFX)
- LDIR += $(LUA_LIB)
+ ifndef NO_LUALINK
+ LIBS += lua$(LUASUFX)
+ LDIR += $(LUA_LIB)
+ endif
endif
LUA_INC ?= $(LUA)/include