diff options
| author | Karel Klic <kklic@redhat.com> | 2009-11-13 11:28:17 +0100 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2009-11-13 11:28:17 +0100 |
| commit | 61cf6a4bca76c5efaf9994ccf1b1640bc5d7de74 (patch) | |
| tree | 9ca5046ab2ddd2f6fa16c8397c9afc58e3faf555 /src/CLI | |
| parent | eb97977cc4d049887144d67d00e32d84bebecb99 (diff) | |
| parent | 5d308d79beef7e6590855577b0b3e01d672f7580 (diff) | |
| download | abrt-61cf6a4bca76c5efaf9994ccf1b1640bc5d7de74.tar.gz abrt-61cf6a4bca76c5efaf9994ccf1b1640bc5d7de74.tar.xz abrt-61cf6a4bca76c5efaf9994ccf1b1640bc5d7de74.zip | |
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/CLI')
| -rw-r--r-- | src/CLI/CLI.cpp | 1 | ||||
| -rw-r--r-- | src/CLI/Makefile.am | 12 |
2 files changed, 4 insertions, 9 deletions
diff --git a/src/CLI/CLI.cpp b/src/CLI/CLI.cpp index edc8df0..149e936 100644 --- a/src/CLI/CLI.cpp +++ b/src/CLI/CLI.cpp @@ -17,7 +17,6 @@ */ #include <getopt.h> #include "ABRTException.h" -#include "ABRTSocket.h" #include "abrtlib.h" #include "abrt_dbus.h" #include "DBusCommon.h" diff --git a/src/CLI/Makefile.am b/src/CLI/Makefile.am index dbeb1c3..e84d426 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 \ |
