summaryrefslogtreecommitdiffstats
path: root/src/Client/Makefile.am
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-05-19 09:13:35 +0200
committerMatthias Schiffer <matthias@gamezock.de>2009-05-19 09:13:35 +0200
commitbadc0da3b74d99c90b7b28180d08cd6d08830254 (patch)
treebf4acef89fd445b0e406c0bebbf60fc7ff467fce /src/Client/Makefile.am
parent1cfbc7298525656701f32224e1ed42a3e835835a (diff)
downloadmad-badc0da3b74d99c90b7b28180d08cd6d08830254.tar
mad-badc0da3b74d99c90b7b28180d08cd6d08830254.zip
Make-Prozess auf CMake umgestellt
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