diff options
Diffstat (limited to 'server/src/macrotool/Makefile.am')
-rw-r--r-- | server/src/macrotool/Makefile.am | 2 |
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 \ |