summaryrefslogtreecommitdiffstats
path: root/src/Daemon
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/Daemon
parent7e87778a02f3d37865c10051a3f14038bbbcbaef (diff)
downloadmad-d710e7dc5e8f3895f5d1aa6bd1db0ef3151af8ca.tar
mad-d710e7dc5e8f3895f5d1aa6bd1db0ef3151af8ca.zip
Und wieder eine Umbenennungsorgie...
Diffstat (limited to 'src/Daemon')
-rw-r--r--src/Daemon/Makefile.am4
-rw-r--r--src/Daemon/Makefile.in6
-rw-r--r--src/Daemon/RequestHandler/Makefile.am4
-rw-r--r--src/Daemon/RequestHandlers/Makefile.am4
-rw-r--r--src/Daemon/RequestHandlers/Makefile.in (renamed from src/Daemon/RequestHandler/Makefile.in)24
5 files changed, 21 insertions, 21 deletions
diff --git a/src/Daemon/Makefile.am b/src/Daemon/Makefile.am
index 355fa65..c5d522f 100644
--- a/src/Daemon/Makefile.am
+++ b/src/Daemon/Makefile.am
@@ -1,8 +1,8 @@
-SUBDIRS = RequestHandler
+SUBDIRS = RequestHandlers
noinst_LTLIBRARIES = libdaemon.la
libdaemon_la_SOURCES =
-libdaemon_la_LIBADD = RequestHandler/librequesthandler.la
+libdaemon_la_LIBADD = RequestHandlers/librequesthandlers.la
noinst_HEADERS =
diff --git a/src/Daemon/Makefile.in b/src/Daemon/Makefile.in
index 6f7efcf..a299a0a 100644
--- a/src/Daemon/Makefile.in
+++ b/src/Daemon/Makefile.in
@@ -44,7 +44,7 @@ mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/src/config.h
CONFIG_CLEAN_FILES =
LTLIBRARIES = $(noinst_LTLIBRARIES)
-libdaemon_la_DEPENDENCIES = RequestHandler/librequesthandler.la
+libdaemon_la_DEPENDENCIES = RequestHandlers/librequesthandlers.la
am_libdaemon_la_OBJECTS =
libdaemon_la_OBJECTS = $(am_libdaemon_la_OBJECTS)
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
@@ -189,10 +189,10 @@ sysconfdir = @sysconfdir@
target_alias = @target_alias@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-SUBDIRS = RequestHandler
+SUBDIRS = RequestHandlers
noinst_LTLIBRARIES = libdaemon.la
libdaemon_la_SOURCES =
-libdaemon_la_LIBADD = RequestHandler/librequesthandler.la
+libdaemon_la_LIBADD = RequestHandlers/librequesthandlers.la
noinst_HEADERS =
all: all-recursive
diff --git a/src/Daemon/RequestHandler/Makefile.am b/src/Daemon/RequestHandler/Makefile.am
deleted file mode 100644
index 7e1c298..0000000
--- a/src/Daemon/RequestHandler/Makefile.am
+++ /dev/null
@@ -1,4 +0,0 @@
-noinst_LTLIBRARIES = librequesthandler.la
-librequesthandler_la_SOURCES =
-
-noinst_HEADERS =
diff --git a/src/Daemon/RequestHandlers/Makefile.am b/src/Daemon/RequestHandlers/Makefile.am
new file mode 100644
index 0000000..2108fe5
--- /dev/null
+++ b/src/Daemon/RequestHandlers/Makefile.am
@@ -0,0 +1,4 @@
+noinst_LTLIBRARIES = librequesthandlers.la
+librequesthandlers_la_SOURCES =
+
+noinst_HEADERS =
diff --git a/src/Daemon/RequestHandler/Makefile.in b/src/Daemon/RequestHandlers/Makefile.in
index 814f907..5c64103 100644
--- a/src/Daemon/RequestHandler/Makefile.in
+++ b/src/Daemon/RequestHandlers/Makefile.in
@@ -33,7 +33,7 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-subdir = src/Daemon/RequestHandler
+subdir = src/Daemon/RequestHandlers
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -44,9 +44,9 @@ mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/src/config.h
CONFIG_CLEAN_FILES =
LTLIBRARIES = $(noinst_LTLIBRARIES)
-librequesthandler_la_LIBADD =
-am_librequesthandler_la_OBJECTS =
-librequesthandler_la_OBJECTS = $(am_librequesthandler_la_OBJECTS)
+librequesthandlers_la_LIBADD =
+am_librequesthandlers_la_OBJECTS =
+librequesthandlers_la_OBJECTS = $(am_librequesthandlers_la_OBJECTS)
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
@@ -57,8 +57,8 @@ CCLD = $(CC)
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
$(LDFLAGS) -o $@
-SOURCES = $(librequesthandler_la_SOURCES)
-DIST_SOURCES = $(librequesthandler_la_SOURCES)
+SOURCES = $(librequesthandlers_la_SOURCES)
+DIST_SOURCES = $(librequesthandlers_la_SOURCES)
HEADERS = $(noinst_HEADERS)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
@@ -177,8 +177,8 @@ sysconfdir = @sysconfdir@
target_alias = @target_alias@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-noinst_LTLIBRARIES = librequesthandler.la
-librequesthandler_la_SOURCES =
+noinst_LTLIBRARIES = librequesthandlers.la
+librequesthandlers_la_SOURCES =
noinst_HEADERS =
all: all-am
@@ -192,9 +192,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Daemon/RequestHandler/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Daemon/RequestHandlers/Makefile'; \
cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu src/Daemon/RequestHandler/Makefile
+ $(AUTOMAKE) --gnu src/Daemon/RequestHandlers/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -221,8 +221,8 @@ clean-noinstLTLIBRARIES:
echo "rm -f \"$${dir}/so_locations\""; \
rm -f "$${dir}/so_locations"; \
done
-librequesthandler.la: $(librequesthandler_la_OBJECTS) $(librequesthandler_la_DEPENDENCIES)
- $(LINK) $(librequesthandler_la_OBJECTS) $(librequesthandler_la_LIBADD) $(LIBS)
+librequesthandlers.la: $(librequesthandlers_la_OBJECTS) $(librequesthandlers_la_DEPENDENCIES)
+ $(LINK) $(librequesthandlers_la_OBJECTS) $(librequesthandlers_la_LIBADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)