From 37b452c361d99ca809c699b6968df3723f0cadb9 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 25 Sep 2008 21:15:48 +0200 Subject: Teile vom CommandParser als CommandManager abgespalten --- src/Client/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Client/Makefile.am') 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 -- cgit v1.2.3