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/CLI/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/CLI/Makefile.am') diff --git a/src/CLI/Makefile.am b/src/CLI/Makefile.am index e84d426a..d12b69b1 100644 --- a/src/CLI/Makefile.am +++ b/src/CLI/Makefile.am @@ -17,7 +17,8 @@ abrt_cli_CPPFLAGS = \ # $(GTK_CFLAGS) abrt_cli_LDADD = \ - ../../lib/Utils/libABRTUtils.la + ../../lib/Utils/libABRTUtils.la \ + ../../lib/Utils/libABRTdUtils.la man_MANS = abrt-cli.1 EXTRA_DIST = $(man_MANS) -- cgit