summaryrefslogtreecommitdiffstats
path: root/src/Applet/Makefile.am
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-03-19 16:48:34 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-03-19 16:48:34 +0100
commitf328f55ae62f0decb209a8a4d058255371fc56f2 (patch)
tree3574b103b9f0aa67bd4e06a507f0f6c2e629e1b2 /src/Applet/Makefile.am
parent68f8a8f8f4335bfa1e1e9970ac5ffad8a56cc560 (diff)
downloadabrt-f328f55ae62f0decb209a8a4d058255371fc56f2.tar.gz
abrt-f328f55ae62f0decb209a8a4d058255371fc56f2.tar.xz
abrt-f328f55ae62f0decb209a8a4d058255371fc56f2.zip
Move dbus code to libABRTUtils. It makes libABRTUtils depend on four more libs,
but allows abrt-applet to not depend on libABRTdUtils, thus going down from 78 to 48 dep libs Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Applet/Makefile.am')
-rw-r--r--src/Applet/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Applet/Makefile.am b/src/Applet/Makefile.am
index 079e710d..5f0401ba 100644
--- a/src/Applet/Makefile.am
+++ b/src/Applet/Makefile.am
@@ -23,12 +23,11 @@ abrt_applet_CPPFLAGS = \
# $(DBUS_GLIB_CFLAGS)
abrt_applet_LDADD = \
../../lib/Utils/libABRTUtils.la \
- ../../lib/Utils/libABRTdUtils.la \
-lglib-2.0 \
-lgthread-2.0 \
$(DBUS_LIBS) \
$(LIBNOTIFY_LIBS)
-# ../../lib/Utils/libABRTUtils.la
+# ../../lib/Utils/libABRTdUtils.la
# $(DL_LIBS)
# $(GTK_LIBS)