summaryrefslogtreecommitdiffstats
path: root/src/Daemon
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-11-25 18:16:21 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-11-25 18:16:21 +0100
commit257b6d0bfdaef3f143dc8249677a56586031e604 (patch)
treeadb6c1401764d26fdf9718b7f497827e9b49bcbe /src/Daemon
parentc885d01dd06b0119ab0f784e64e72ce3f94d6882 (diff)
downloadabrt-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/Daemon')
-rw-r--r--src/Daemon/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Daemon/Makefile.am b/src/Daemon/Makefile.am
index a5bb64f..fc4f5e2 100644
--- a/src/Daemon/Makefile.am
+++ b/src/Daemon/Makefile.am
@@ -29,6 +29,7 @@ abrtd_CPPFLAGS = \
-D_GNU_SOURCE
abrtd_LDADD = \
../../lib/Utils/libABRTUtils.la \
+ ../../lib/Utils/libABRTdUtils.la \
$(DL_LIBS) \
$(DBUS_LIBS) \
$(RPM_LIBS) \