From 8db72a90338995daa1ef30242ed3fadce7051f6d Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 27 Jan 2011 10:34:07 +0000 Subject: New data extraction tool. --- server/src/macrotool/Makefile.am | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'server/src/macrotool/Makefile.am') diff --git a/server/src/macrotool/Makefile.am b/server/src/macrotool/Makefile.am index b8a42cb..061b904 100644 --- a/server/src/macrotool/Makefile.am +++ b/server/src/macrotool/Makefile.am @@ -10,7 +10,9 @@ macrotool_CXXFLAGS = -I.. $(PQXX_CXXFLAGS) $(CONFIG_CXXFLAGS) \ macrotool_SOURCES = \ macrotool.cc \ dump.cc \ + export.cc \ fieldnames.cc \ + fieldnamescanner.cc \ filehandler.cc \ util.cc \ ../debug.cc \ @@ -34,7 +36,9 @@ macrotool_SOURCES = \ EXTRA_DIST = \ dump.h \ + export.h \ fieldnames.h \ + fieldnamescanner.h \ filehandler.h \ util.h @@ -42,9 +46,9 @@ EXTRA_DIST = \ # Test Section # ################ -#TEST_SOURCE_DEPS = ${macrotool_SOURCES} ${EXTRA_DIST} -#TEST_SCRIPT_DIR = $(top_srcdir)/../../tools +TEST_SOURCE_DEPS = ${macrotool_SOURCES} ${EXTRA_DIST} +TEST_SCRIPT_DIR = $(top_srcdir)/../tools -#include ${TEST_SCRIPT_DIR}/Makefile.am.test +include ${TEST_SCRIPT_DIR}/Makefile.am.test -#include Makefile.am.test \ No newline at end of file +include Makefile.am.test \ No newline at end of file -- cgit v1.2.3