diff options
Diffstat (limited to 'src/Client/Makefile.am')
-rw-r--r-- | src/Client/Makefile.am | 4 |
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 |