summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAaron Marks <nymacro@gmail.com>2005-06-28 00:38:48 +0000
committerAaron Marks <nymacro@gmail.com>2005-06-28 00:38:48 +0000
commit63c80c42c18ec3ab899fdfaf2d0975c75f1d9fd7 (patch)
tree9f8ea2b0726634b73d2a0be82f1147a8ea2b252b /src/Makefile.am
parenta78e59b9f2fb4eb7971eb5f46637df80157d787a (diff)
downloadmanaserv-63c80c42c18ec3ab899fdfaf2d0975c75f1d9fd7.tar.gz
manaserv-63c80c42c18ec3ab899fdfaf2d0975c75f1d9fd7.tar.bz2
manaserv-63c80c42c18ec3ab899fdfaf2d0975c75f1d9fd7.tar.xz
manaserv-63c80c42c18ec3ab899fdfaf2d0975c75f1d9fd7.zip
Updated PostgreSQL defines in source to work with updated configure.
Added XML configuration loader from tmw.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e40dc501..a649b984 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -46,7 +46,9 @@ tmwserv_SOURCES = main.cpp \
utils/cipher.h \
utils/cipher.cpp \
utils/logger.h \
- utils/logger.cpp
+ utils/logger.cpp \
+ configuration.h \
+ configuration.cpp
if BUILD_MYSQL
tmwserv_SOURCES += dal/mysqldataprovider.h \