From 984d1dd9993aa5beffa4270b6421dea05ab04faa Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 14 Jan 2010 13:48:52 +0000 Subject: Made EntityList superclass for the Macro and TemplateList classes. --- server/src/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'server/src/Makefile.am') diff --git a/server/src/Makefile.am b/server/src/Makefile.am index efe1413..668ca0c 100644 --- a/server/src/Makefile.am +++ b/server/src/Makefile.am @@ -14,6 +14,7 @@ pracrod_SOURCES = \ configurationparser.cc \ connectionpool.cc \ debug.cc \ + entitylist.cc \ environment.cc \ exception.cc \ inotify.cc \ @@ -58,6 +59,7 @@ macrotool_SOURCES = \ configuration.cc \ configurationparser.cc \ database.cc \ + entitylist.cc \ exception.cc \ inotify.cc \ log.cc \ @@ -86,6 +88,7 @@ EXTRA_DIST = \ dbtypes.h \ debug.h \ environment.h \ + entitylist.h \ exception.h \ inotify.h \ journal_commit.h \ -- cgit v1.2.3