summaryrefslogtreecommitdiffstats
path: root/src/Common/Makefile.am
diff options
context:
space:
mode:
authorJohannes Thorn <dante@g4t3.de>2008-09-17 17:32:49 +0200
committerJohannes Thorn <dante@g4t3.de>2008-09-17 17:32:49 +0200
commit1eae25438e03b387b76be16f8079735e4fb7f994 (patch)
tree8148b3ddb40d97e17daeec25542414b308c3136c /src/Common/Makefile.am
parent5da895df3113d69db81acab7ee0709a61cb6f8ce (diff)
downloadmad-1eae25438e03b387b76be16f8079735e4fb7f994.tar
mad-1eae25438e03b387b76be16f8079735e4fb7f994.zip
Logger weiterentwickelt
Diffstat (limited to 'src/Common/Makefile.am')
-rw-r--r--src/Common/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Makefile.am b/src/Common/Makefile.am
index 88126c4..8ef4a34 100644
--- a/src/Common/Makefile.am
+++ b/src/Common/Makefile.am
@@ -1,7 +1,7 @@
SUBDIRS = Backends Requests RequestHandlers
noinst_LTLIBRARIES = libcommon.la
-libcommon_la_SOURCES = ConfigManager.cpp Exception.cpp Logger.cpp RequestManager.cpp SystemBackend.cpp Util.cpp
+libcommon_la_SOURCES = ConfigManager.cpp Exception.cpp RequestManager.cpp SystemBackend.cpp Util.cpp
libcommon_la_LIBADD = Backends/libbackends.la Requests/librequests.la RequestHandlers/librequesthandlers.la
noinst_HEADERS = ConfigManager.h Exception.h Logger.h Request.h RequestBase.h RequestHandler.h RequestManager.h SystemBackend.h Util.h