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