From 257b6d0bfdaef3f143dc8249677a56586031e604 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 25 Nov 2009 18:16:21 +0100 Subject: split libABRTdUtils from libABRTUtils. This makes hooks _much_ smaller. Signed-off-by: Denys Vlasenko --- src/Applet/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Applet') diff --git a/src/Applet/Makefile.am b/src/Applet/Makefile.am index 6fca43a..900ec01 100644 --- a/src/Applet/Makefile.am +++ b/src/Applet/Makefile.am @@ -23,6 +23,7 @@ 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) \ -- cgit