summaryrefslogtreecommitdiffstats
path: root/src/Client/Makefile.am
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-09-13 03:59:58 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-09-13 03:59:58 +0200
commit7e87778a02f3d37865c10051a3f14038bbbcbaef (patch)
treeb1853c2e1d94d0d8d7d87b3e5db73fa618019b29 /src/Client/Makefile.am
parent920c506d477bd7f357e05590e8cdedf8e5e8a1b8 (diff)
downloadmad-7e87778a02f3d37865c10051a3f14038bbbcbaef.tar
mad-7e87778a02f3d37865c10051a3f14038bbbcbaef.zip
Benutze weniger Inline-Funktionen
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