reverting r31265 - kept breaking the build on FreeBSD.

This commit is contained in:
d33tah 2013-07-08 16:58:42 +00:00
parent 742f438b3b
commit 6a98174f5d

View file

@ -85,7 +85,7 @@ endif
ifneq ($(HAVE_LUA),)
LUA_SRCS = ncat_lua.c
LUA_OBJS = ncat_lua.o
LUA_LIBS = @LIBLUA_LIBS@ -lm -ldl
LUA_LIBS = @LIBLUA_LIBS@ -lm
LUA_CFLAGS += -DHAVE_LUA=1 -I../liblua
else
LUA_SRCS =