summaryrefslogtreecommitdiffstats
path: root/src/Client/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Client/Makefile.am')
-rw-r--r--src/Client/Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/Client/Makefile.am b/src/Client/Makefile.am
deleted file mode 100644
index 5de3bc6..0000000
--- a/src/Client/Makefile.am
+++ /dev/null
@@ -1,7 +0,0 @@
-SUBDIRS = Requests
-
-noinst_LTLIBRARIES = libclient.la
-libclient_la_SOURCES = CommandManager.cpp CommandParser.cpp InformationManager.cpp
-libclient_la_LIBADD = Requests/librequests.la
-
-noinst_HEADERS = CommandManager.h CommandParser.h InformationManager.h