summaryrefslogtreecommitdiffstats
path: root/src/Client/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Client/Makefile.am')
-rw-r--r--src/Client/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Client/Makefile.am b/src/Client/Makefile.am
index 0a1d8e3..65407f3 100644
--- a/src/Client/Makefile.am
+++ b/src/Client/Makefile.am
@@ -2,5 +2,6 @@ SUBDIRS = Request
noinst_LTLIBRARIES = libclient.la
libclient_la_SOURCES = CommandParser.cpp
+libclient_la_LIBADD = Request/librequest.la
noinst_HEADERS = CommandParser.h