From f328f55ae62f0decb209a8a4d058255371fc56f2 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 19 Mar 2010 16:48:34 +0100 Subject: 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 --- src/Applet/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') 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) -- cgit