summaryrefslogtreecommitdiffstats
path: root/src/Client/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/Client/Makefile.in')
-rw-r--r--src/Client/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Client/Makefile.in b/src/Client/Makefile.in
index 423e2f3..a1a049e 100644
--- a/src/Client/Makefile.in
+++ b/src/Client/Makefile.in
@@ -44,7 +44,7 @@ mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/src/config.h
CONFIG_CLEAN_FILES =
LTLIBRARIES = $(noinst_LTLIBRARIES)
-libclient_la_LIBADD =
+libclient_la_DEPENDENCIES = Request/librequest.la
am_libclient_la_OBJECTS = CommandParser.lo
libclient_la_OBJECTS = $(am_libclient_la_OBJECTS)
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
@@ -194,6 +194,7 @@ top_srcdir = @top_srcdir@
SUBDIRS = Request
noinst_LTLIBRARIES = libclient.la
libclient_la_SOURCES = CommandParser.cpp
+libclient_la_LIBADD = Request/librequest.la
noinst_HEADERS = CommandParser.h
all: all-recursive