summaryrefslogtreecommitdiffstats
path: root/src/Core/Makefile.am
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-07-06 20:23:32 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-07-06 20:23:32 +0200
commite8ce659d0b0c9f399b55d2abb258b2f52af31cb6 (patch)
tree8bc71e127ade0cb4082ea960eb283581beaf1d93 /src/Core/Makefile.am
parent77990eb4c0be93f510e8d5095c9133485999fef6 (diff)
downloadmad-e8ce659d0b0c9f399b55d2abb258b2f52af31cb6.tar
mad-e8ce659d0b0c9f399b55d2abb258b2f52af31cb6.zip
ConfigurationManager hinzugef?gt; Listener-Adressen aus Konfiguration lesen
Diffstat (limited to 'src/Core/Makefile.am')
-rw-r--r--src/Core/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Core/Makefile.am b/src/Core/Makefile.am
index b2a2874..241c030 100644
--- a/src/Core/Makefile.am
+++ b/src/Core/Makefile.am
@@ -1,5 +1,5 @@
noinst_LTLIBRARIES = libcore.la
-libcore_la_SOURCES = ConnectionManager.cpp
+libcore_la_SOURCES = ConfigManager.cpp ConnectionManager.cpp
-noinst_HEADERS = ConnectionManager.h
+noinst_HEADERS = ConfigManager.h ConnectionManager.h