From 5968c3af2c26abe61cf98bf45f672835ef4b51ba Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 30 Oct 2008 13:09:47 +0000 Subject: Complete but highly unstable implementation of formattools. --- server/src/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'server/src/Makefile.am') diff --git a/server/src/Makefile.am b/server/src/Makefile.am index 378c9bd..3449e6b 100644 --- a/server/src/Makefile.am +++ b/server/src/Makefile.am @@ -17,6 +17,7 @@ pracrod_SOURCES = \ queryparser.cc \ journal_commit.cc \ log.cc \ + luaformatmapper.cc \ luaquerymapper.cc \ macroparser.cc \ resumeparser.cc \ @@ -40,6 +41,7 @@ EXTRA_DIST = \ queryparser.h \ journal_commit.h \ log.h \ + luaformatmapper.h \ luaquerymapper.h \ macroparser.h \ resumeparser.h \ @@ -71,8 +73,8 @@ test: $(TESTFILES) test_clean: rm -f $(TESTFILES) -test_formattools: formattools.cc - @../../tools/test formattools.cc +test_formattools: formattools.cc luaformatmapper.cc + @../../tools/test formattools.cc luaformatmapper.cc exception.cc log.cc $(LUA_LIBS) test_queryhandler: queryhandler.cc @../../tools/test queryhandler.cc tcpsocket.cc exception.cc log.cc -- cgit v1.2.3