diff options
author | bertho <bertho> | 2009-02-10 13:39:25 +0000 |
---|---|---|
committer | bertho <bertho> | 2009-02-10 13:39:25 +0000 |
commit | bbe2b5f899a9c1bd7c99181f8702ec03c60f3028 (patch) | |
tree | 6da04c039a0e04930bb1c7e4fea5b14e52f9bc57 /server/src/Makefile.am | |
parent | 3f1b036458bf9b348b65c36fa30ecb177800d703 (diff) |
- Rewrite part of the database backend setup and abstraction
- Fix some printf's into debug statements
Diffstat (limited to 'server/src/Makefile.am')
-rw-r--r-- | server/src/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
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 \ |