summaryrefslogtreecommitdiff
path: root/server/src/macrotool
diff options
context:
space:
mode:
authordeva <deva>2010-10-07 07:30:50 +0000
committerdeva <deva>2010-10-07 07:30:50 +0000
commit9dcaa1af8c3e4ca65d674086f85ceeed6276dadc (patch)
treeb1c90887d95ac39cdf38ca05b318edbe880e4aea /server/src/macrotool
parent53ffe3aa7ca6f625a624c6e565761c860ead639a (diff)
Fix wrong lua flags var.
Diffstat (limited to 'server/src/macrotool')
-rw-r--r--server/src/macrotool/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/macrotool/Makefile.am b/server/src/macrotool/Makefile.am
index 32e8aee..b8a42cb 100644
--- a/server/src/macrotool/Makefile.am
+++ b/server/src/macrotool/Makefile.am
@@ -5,7 +5,7 @@ macrotool_LDADD = $(LD_EFENCE) $(PQXX_LIBS) $(CONFIG_LIBS) \
$(LUA_LIBS) $(PTHREAD_LIBS) $(EXPAT_LIBS)
macrotool_CXXFLAGS = -I.. $(PQXX_CXXFLAGS) $(CONFIG_CXXFLAGS) \
- $(LUA_CXXFLAGS) $(PTHREAD_CFLAGS) $(EXPAT_CFLAGS)
+ $(LUA_CFLAGS) $(PTHREAD_CFLAGS) $(EXPAT_CFLAGS)
macrotool_SOURCES = \
macrotool.cc \