diff options
| author | Karel Klic <kklic@redhat.com> | 2009-11-26 10:35:03 +0100 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2009-11-26 10:35:03 +0100 |
| commit | 956b67b4934078fc32bce238c2e01699be93beaf (patch) | |
| tree | d0cf79f9889707b648e78664d9c351543f78922b /src/CLI | |
| parent | 3189f5f1dec5b19e24af444230859358eb45d742 (diff) | |
| parent | 257b6d0bfdaef3f143dc8249677a56586031e604 (diff) | |
| download | abrt-956b67b4934078fc32bce238c2e01699be93beaf.tar.gz abrt-956b67b4934078fc32bce238c2e01699be93beaf.tar.xz abrt-956b67b4934078fc32bce238c2e01699be93beaf.zip | |
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/CLI')
| -rw-r--r-- | src/CLI/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CLI/Makefile.am b/src/CLI/Makefile.am index e84d426..d12b69b 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) |
