summaryrefslogtreecommitdiffstats
path: root/src/Daemon/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/Daemon/Makefile.in')
-rw-r--r--src/Daemon/Makefile.in6
1 files changed, 3 insertions, 3 deletions
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