summaryrefslogtreecommitdiffstats
path: root/src/gui-gtk
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-06-15 04:14:14 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2011-06-15 04:14:14 +0200
commitc7197324b1e9e33260a1d9fd7e26528d9d562abc (patch)
tree1240bfd3ffbd9bfda44e92620d472902c3c6a27e /src/gui-gtk
parent5559fa5915b6c72ced25bb6be77be2202e6438fb (diff)
downloadabrt-c7197324b1e9e33260a1d9fd7e26528d9d562abc.tar.gz
abrt-c7197324b1e9e33260a1d9fd7e26528d9d562abc.tar.xz
abrt-c7197324b1e9e33260a1d9fd7e26528d9d562abc.zip
cli: use deletion through socket. cli does not depend on dbus anymore
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/gui-gtk')
-rw-r--r--src/gui-gtk/Makefile.am4
-rw-r--r--src/gui-gtk/abrt-gtk.c1
2 files changed, 1 insertions, 4 deletions
diff --git a/src/gui-gtk/Makefile.am b/src/gui-gtk/Makefile.am
index a543eb98..d6387f87 100644
--- a/src/gui-gtk/Makefile.am
+++ b/src/gui-gtk/Makefile.am
@@ -15,7 +15,6 @@ abrt_gui_CFLAGS = \
-DPLUGINS_CONF_DIR=\"$(PLUGINS_CONF_DIR)\" \
-DICON_DIR=\"${datadir}/abrt/icons/hicolor/48x48/status\" \
$(GTK_CFLAGS) \
- $(DBUS_CFLAGS) \
$(LIBREPORT_GTK_CFLAGS) \
-D_GNU_SOURCE \
-Wall -Wwrite-strings -Werror
@@ -27,8 +26,7 @@ abrt_gui_LDADD = \
-lglib-2.0 \
-lgthread-2.0 \
$(GTK_LIBS) \
- $(DBUS_LIBS) \
- $(LIBREPORT_GTK_LIBS) -labrt_dbus
+ $(LIBREPORT_GTK_LIBS)
# $(LIBNOTIFY_LIBS)
#test_report_SOURCES = \
diff --git a/src/gui-gtk/abrt-gtk.c b/src/gui-gtk/abrt-gtk.c
index 9a49787d..d61ef4e6 100644
--- a/src/gui-gtk/abrt-gtk.c
+++ b/src/gui-gtk/abrt-gtk.c
@@ -19,7 +19,6 @@
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
#include "abrtlib.h"
-#include "abrt_dbus.h"
#include "abrt-gtk.h"
#include "libreport-gtk.h"