summaryrefslogtreecommitdiffstats
path: root/src/Applet
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-09-17 15:39:23 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-09-17 15:39:23 +0200
commit7bdac909466263335c13daa824b17ca3d6f75ef6 (patch)
tree7ad23781d103929be66b3b73faefab00a470657b /src/Applet
parentbb586580bee93c67f2b7b40c99d0a38ea02593c4 (diff)
downloadabrt-7bdac909466263335c13daa824b17ca3d6f75ef6.tar.gz
abrt-7bdac909466263335c13daa824b17ca3d6f75ef6.tar.xz
abrt-7bdac909466263335c13daa824b17ca3d6f75ef6.zip
factored out dbus init from CommLayerServerDBus.cpp to lib/Utils/abrt_dbus.cpp
this will allow me to reuse this code for applet Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Applet')
-rw-r--r--src/Applet/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Applet/Makefile.am b/src/Applet/Makefile.am
index accca397..67c17766 100644
--- a/src/Applet/Makefile.am
+++ b/src/Applet/Makefile.am
@@ -23,13 +23,13 @@ abrt_applet_CPPFLAGS = \
# $(DBUS_CFLAGS)
# $(DBUS_GLIB_CFLAGS)
abrt_applet_LDADD = \
- ../../lib/Utils/libABRTUtils.la \
-lglib-2.0 \
-lgthread-2.0 \
- $(DL_LIBS) \
- $(GTK_LIBS) \
$(DBUSCPP_LIBS) \
$(LIBNOTIFY_LIBS)
+# ../../lib/Utils/libABRTUtils.la
+# $(DL_LIBS)
+# $(GTK_LIBS)
EXTRA_DIST = abrt-applet.desktop popup.GtkBuilder