summaryrefslogtreecommitdiffstats
path: root/src/CLI
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/CLI
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/CLI')
-rw-r--r--src/CLI/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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)