summaryrefslogtreecommitdiffstats
path: root/src/Common/Makefile.in
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-09-13 02:23:04 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-09-13 02:23:04 +0200
commit920c506d477bd7f357e05590e8cdedf8e5e8a1b8 (patch)
treeae160560e38c6757ca3e37911c4d1196b163da9b /src/Common/Makefile.in
parent47d7a53099be598c26be4de63e9d8fe52c2e0e66 (diff)
downloadmad-920c506d477bd7f357e05590e8cdedf8e5e8a1b8.tar
mad-920c506d477bd7f357e05590e8cdedf8e5e8a1b8.zip
Einige Umstrukturierungen an den RequestHandler-Klassen
Diffstat (limited to 'src/Common/Makefile.in')
-rw-r--r--src/Common/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Common/Makefile.in b/src/Common/Makefile.in
index 95a5c35..d2e1f59 100644
--- a/src/Common/Makefile.in
+++ b/src/Common/Makefile.in
@@ -192,11 +192,11 @@ sysconfdir = @sysconfdir@
target_alias = @target_alias@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-SUBDIRS = Backends Request
+SUBDIRS = Backends Request RequestHandler
noinst_LTLIBRARIES = libcommon.la
libcommon_la_SOURCES = ConfigManager.cpp RequestManager.cpp SystemBackend.cpp
libcommon_la_LIBADD = Backends/libbackends.la
-noinst_HEADERS = ConfigManager.h RequestHandler.h RequestManager.h SystemBackend.h Util.h
+noinst_HEADERS = ConfigManager.h RequestManager.h SystemBackend.h Util.h
all: all-recursive
.SUFFIXES: