summaryrefslogtreecommitdiffstats
path: root/src/Client/Makefile.am
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-09-25 21:15:48 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-09-25 21:15:48 +0200
commit37b452c361d99ca809c699b6968df3723f0cadb9 (patch)
tree4c22b433a0c8876aaf7677efd44fe976ad342af8 /src/Client/Makefile.am
parentaf0f84058d322d68cbbff98ef272dd2bcd0f692c (diff)
downloadmad-37b452c361d99ca809c699b6968df3723f0cadb9.tar
mad-37b452c361d99ca809c699b6968df3723f0cadb9.zip
Teile vom CommandParser als CommandManager abgespalten
Diffstat (limited to 'src/Client/Makefile.am')
-rw-r--r--src/Client/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Client/Makefile.am b/src/Client/Makefile.am
index 6ee2248..cfbabd4 100644
--- a/src/Client/Makefile.am
+++ b/src/Client/Makefile.am
@@ -1,7 +1,7 @@
SUBDIRS = Requests
noinst_LTLIBRARIES = libclient.la
-libclient_la_SOURCES = CommandParser.cpp
+libclient_la_SOURCES = CommandManager.cpp CommandParser.cpp
libclient_la_LIBADD = Requests/librequests.la
-noinst_HEADERS = CommandParser.h
+noinst_HEADERS = CommandManager.h CommandParser.h