From f92dd279a1e26dad7507d5d6944567c23834d440 Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 27 May 2010 09:45:12 +0000 Subject: A lot of session handling. A lot of new unit tests. Add of a more structured commit/discard handling. Fix of some wierd line break bugs in journalwriter --- server/src/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'server/src/Makefile.am') diff --git a/server/src/Makefile.am b/server/src/Makefile.am index 0a3569f..942ced5 100644 --- a/server/src/Makefile.am +++ b/server/src/Makefile.am @@ -44,6 +44,8 @@ pracrod_SOURCES = \ semaphore.cc \ server.cc \ session.cc \ + sessionparser.cc \ + sessionserialiser.cc \ templatelist.cc \ templateheaderparser.cc \ templateparser.cc \ @@ -126,6 +128,8 @@ EXTRA_DIST = \ semaphore.h \ server.h \ session.h \ + sessionparser.h \ + sessionserialiser.h \ templatelist.h \ templateheaderparser.h \ templateparser.h \ -- cgit v1.2.3