summaryrefslogtreecommitdiffstats
path: root/src/Common/Makefile.in
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-09-13 04:39:42 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-09-13 04:39:42 +0200
commitd710e7dc5e8f3895f5d1aa6bd1db0ef3151af8ca (patch)
treee7a87fb03e22ee044c221a46dfeebc1a1046fd2b /src/Common/Makefile.in
parent7e87778a02f3d37865c10051a3f14038bbbcbaef (diff)
downloadmad-d710e7dc5e8f3895f5d1aa6bd1db0ef3151af8ca.tar
mad-d710e7dc5e8f3895f5d1aa6bd1db0ef3151af8ca.zip
Und wieder eine Umbenennungsorgie...
Diffstat (limited to 'src/Common/Makefile.in')
-rw-r--r--src/Common/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Common/Makefile.in b/src/Common/Makefile.in
index 39ba3b6..af266fe 100644
--- a/src/Common/Makefile.in
+++ b/src/Common/Makefile.in
@@ -45,7 +45,7 @@ CONFIG_HEADER = $(top_builddir)/src/config.h
CONFIG_CLEAN_FILES =
LTLIBRARIES = $(noinst_LTLIBRARIES)
libcommon_la_DEPENDENCIES = Backends/libbackends.la \
- Request/librequest.la RequestHandler/librequesthandler.la
+ Requests/librequests.la RequestHandlers/librequesthandlers.la
am_libcommon_la_OBJECTS = ConfigManager.lo RequestManager.lo \
SystemBackend.lo Util.lo
libcommon_la_OBJECTS = $(am_libcommon_la_OBJECTS)
@@ -193,11 +193,11 @@ sysconfdir = @sysconfdir@
target_alias = @target_alias@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-SUBDIRS = Backends Request RequestHandler
+SUBDIRS = Backends Requests RequestHandlers
noinst_LTLIBRARIES = libcommon.la
libcommon_la_SOURCES = ConfigManager.cpp RequestManager.cpp SystemBackend.cpp Util.cpp
-libcommon_la_LIBADD = Backends/libbackends.la Request/librequest.la RequestHandler/librequesthandler.la
-noinst_HEADERS = ConfigManager.h RequestManager.h SystemBackend.h Util.h
+libcommon_la_LIBADD = Backends/libbackends.la Requests/librequests.la RequestHandlers/librequesthandlers.la
+noinst_HEADERS = ConfigManager.h Request.h RequestHandler.h RequestManager.h SystemBackend.h Util.h
all: all-recursive
.SUFFIXES: