From bbe2b5f899a9c1bd7c99181f8702ec03c60f3028 Mon Sep 17 00:00:00 2001 From: bertho Date: Tue, 10 Feb 2009 13:39:25 +0000 Subject: - Rewrite part of the database backend setup and abstraction - Fix some printf's into debug statements --- server/src/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'server/src/Makefile.am') diff --git a/server/src/Makefile.am b/server/src/Makefile.am index 7daa3be..a4f2fd7 100644 --- a/server/src/Makefile.am +++ b/server/src/Makefile.am @@ -20,6 +20,8 @@ pracrod_SOURCES = \ luaquerymapper.cc \ luaresume.cc \ macroparser.cc \ + pracrodao.cc \ + pracrodaopgsql.cc \ resumeparser.cc \ saxparser.cc \ server.cc \ @@ -34,6 +36,7 @@ EXTRA_DIST = \ configurationparser.h \ daemon.h \ database.h \ + dbtypes.h \ debug.h \ exception.h \ queryhandler.h \ @@ -43,6 +46,8 @@ EXTRA_DIST = \ luaquerymapper.h \ luaresume.h \ macroparser.h \ + pracrodao.h \ + pracrodaopgsql.h \ resumeparser.h \ saxparser.h \ server.h \ -- cgit v1.2.3