summaryrefslogtreecommitdiffstats
path: root/src/Core/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Core/Makefile.am')
-rw-r--r--src/Core/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Core/Makefile.am b/src/Core/Makefile.am
index 929003a..3051814 100644
--- a/src/Core/Makefile.am
+++ b/src/Core/Makefile.am
@@ -3,5 +3,6 @@ SUBDIRS = RequestHandler
noinst_LTLIBRARIES = libcore.la
libcore_la_SOURCES = ConfigManager.cpp ConnectionManager.cpp
+libcore_la_LIBADD = RequestHandler/librequesthandler.la
noinst_HEADERS = ConfigManager.h ConnectionManager.h