diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-25 18:16:21 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-25 18:16:21 +0100 |
commit | 257b6d0bfdaef3f143dc8249677a56586031e604 (patch) | |
tree | adb6c1401764d26fdf9718b7f497827e9b49bcbe /src/Applet | |
parent | c885d01dd06b0119ab0f784e64e72ce3f94d6882 (diff) | |
download | abrt-257b6d0bfdaef3f143dc8249677a56586031e604.tar.gz abrt-257b6d0bfdaef3f143dc8249677a56586031e604.tar.xz abrt-257b6d0bfdaef3f143dc8249677a56586031e604.zip |
split libABRTdUtils from libABRTUtils. This makes hooks _much_ smaller.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Applet')
-rw-r--r-- | src/Applet/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Applet/Makefile.am b/src/Applet/Makefile.am index 6fca43ab..900ec019 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) \ |