summaryrefslogtreecommitdiffstats
path: root/src/CLI
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-11-12 18:13:47 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-11-12 18:13:47 +0100
commit3c50cb18a117201176b300eca1a8c2df938bb0b3 (patch)
tree2dad8573a922952af1a60bacb54630386188000e /src/CLI
parent6b0cfeb6501a0d89af7b68b667c8a40815d6e125 (diff)
downloadabrt-3c50cb18a117201176b300eca1a8c2df938bb0b3.tar.gz
abrt-3c50cb18a117201176b300eca1a8c2df938bb0b3.tar.xz
abrt-3c50cb18a117201176b300eca1a8c2df938bb0b3.zip
disable compilation of the rest of socket code
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/CLI')
-rw-r--r--src/CLI/Makefile.am12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/CLI/Makefile.am b/src/CLI/Makefile.am
index dbeb1c38..e84d426a 100644
--- a/src/CLI/Makefile.am
+++ b/src/CLI/Makefile.am
@@ -1,15 +1,11 @@
bin_PROGRAMS = abrt-cli
+# removed: ABRTSocket.h ABRTSocket.cpp
abrt_cli_SOURCES = \
CLI.cpp \
- ABRTSocket.h \
- ABRTSocket.cpp \
- run-command.h \
- run-command.cpp \
- report.h \
- report.cpp \
- dbus.h \
- dbus.cpp
+ run-command.h run-command.cpp \
+ report.h report.cpp \
+ dbus.h dbus.cpp
abrt_cli_CPPFLAGS = \
-I$(srcdir)/../../inc \