diff options
| author | Nikola Pajkovsky <npajkovs@redhat.com> | 2009-10-26 10:33:37 +0100 |
|---|---|---|
| committer | Nikola Pajkovsky <npajkovs@redhat.com> | 2009-10-26 10:33:37 +0100 |
| commit | 9fd559b06bbf3f9a40eca5e0663392801d2677b7 (patch) | |
| tree | dbd83423492437fd9c0cebe5b7e389031dbae40e /src/CLI | |
| parent | b8133aeef0d0bd80ebd3d62deb6651f4925bd911 (diff) | |
| parent | cd8efd80bde252be614b5849653bdacc8a7d1f02 (diff) | |
| download | abrt-9fd559b06bbf3f9a40eca5e0663392801d2677b7.tar.gz abrt-9fd559b06bbf3f9a40eca5e0663392801d2677b7.tar.xz abrt-9fd559b06bbf3f9a40eca5e0663392801d2677b7.zip | |
Merge branch 'master' into experimental
Diffstat (limited to 'src/CLI')
| -rw-r--r-- | src/CLI/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CLI/Makefile.am b/src/CLI/Makefile.am index 7b10bfb..dbeb1c3 100644 --- a/src/CLI/Makefile.am +++ b/src/CLI/Makefile.am @@ -27,6 +27,6 @@ man_MANS = abrt-cli.1 EXTRA_DIST = $(man_MANS) completiondir = $(sysconfdir)/bash_completion.d -completion_DATA = abrt-cli.bash +dist_completion_DATA = abrt-cli.bash DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ |
