summaryrefslogtreecommitdiffstats
path: root/src/plugins/Makefile.am
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-04-22 00:11:26 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2011-04-22 00:11:26 +0200
commit4b3cb55883bfcb90002da0c21a8c39ac79843b92 (patch)
tree0c7606b91a211372f1cb961767b6c619a84174c8 /src/plugins/Makefile.am
parent65ede0e06ac3d9ce1e9857231a22b97baa1d3954 (diff)
downloadabrt-4b3cb55883bfcb90002da0c21a8c39ac79843b92.tar.gz
abrt-4b3cb55883bfcb90002da0c21a8c39ac79843b92.tar.xz
abrt-4b3cb55883bfcb90002da0c21a8c39ac79843b92.zip
renamed abrt-action-analyzecore.py -> analyze-core; made .conf file more readable
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/plugins/Makefile.am')
-rw-r--r--src/plugins/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
index 00be78fd..52006b5e 100644
--- a/src/plugins/Makefile.am
+++ b/src/plugins/Makefile.am
@@ -2,7 +2,7 @@ pluginslibdir = $(PLUGINS_LIB_DIR)
bin_SCRIPTS = \
abrt-action-install-debuginfo.py \
- abrt-action-analyzecore.py \
+ abrt-action-analyze-core.py \
abrt-action-list-dsos.py
bin_PROGRAMS = \
@@ -63,7 +63,7 @@ man_MANS = \
PYTHON_FILES = \
abrt-action-install-debuginfo.py \
abrt-action-list-dsos.py \
- abrt-action-analyzecore.py
+ abrt-action-analyze-core.py
EXTRA_DIST = \
$(man_MANS) \