diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-17 00:54:45 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-17 00:54:45 +0200 |
commit | 965e2c893488164c6b36ec1942e762bb42e7fb61 (patch) | |
tree | 2875a673449bd10e5845f4aacda349767135ba20 /src/CLI/Makefile.am | |
parent | 92e1cccad55ec52e4fb0cfff538cae836c1e1941 (diff) | |
download | abrt-965e2c893488164c6b36ec1942e762bb42e7fb61.tar.gz abrt-965e2c893488164c6b36ec1942e762bb42e7fb61.tar.xz abrt-965e2c893488164c6b36ec1942e762bb42e7fb61.zip |
remove C++ dbus glue in src/CLI; fix a bug in --report
Several kb of code removed. The nly remaining use of C++ glue
is desktop applet.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/CLI/Makefile.am')
-rw-r--r-- | src/CLI/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/CLI/Makefile.am b/src/CLI/Makefile.am index 9823965e..9d7667eb 100644 --- a/src/CLI/Makefile.am +++ b/src/CLI/Makefile.am @@ -6,8 +6,7 @@ bin_PROGRAMS = abrt-cli abrt_cli_SOURCES = \ CLI.cpp \ - ABRTSocket.h ABRTSocket.cpp \ - CommLayerClientDBus.h CommLayerClientDBus.cpp + ABRTSocket.h ABRTSocket.cpp abrt_cli_CPPFLAGS = \ -I$(srcdir)/../../inc \ -I$(srcdir)/../../lib/Utils \ |