From de34fb6d4ccfacff5c823c3ce95b4e1746e78afc Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 25 Oct 2010 19:31:22 +0200 Subject: reduce usage of daemon's library in non-daemon parts Signed-off-by: Denys Vlasenko --- src/hooks/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'src/hooks') diff --git a/src/hooks/Makefile.am b/src/hooks/Makefile.am index 4d7c342a..11468b95 100644 --- a/src/hooks/Makefile.am +++ b/src/hooks/Makefile.am @@ -29,7 +29,6 @@ dumpoops_CPPFLAGS = \ # build will succeed, but at runtime plugins do need ABRT*d*Utils dumpoops_LDADD = \ ../../lib/utils/libABRTUtils.la \ - ../../lib/utils/libABRTdUtils.la \ $(GLIB_FLAGS) python_PYTHON = abrt.pth abrt_exception_handler.py -- cgit