summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--abrt.spec1
-rw-r--r--src/plugins/Makefile.am5
-rw-r--r--src/plugins/ccpp_events.conf1
3 files changed, 5 insertions, 2 deletions
diff --git a/abrt.spec b/abrt.spec
index c9a70320..d2ece608 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -478,6 +478,7 @@ fi
%{_bindir}/abrt-action-analyze-c
%{_bindir}/abrt-action-install-debuginfo.py*
%{_bindir}/abrt-action-generate-backtrace
+%{_bindir}/abrt-action-list-dsos.py*
%{_sysconfdir}/%{name}/events.d/ccpp_events.conf
%{_sysconfdir}/%{name}/events/analyze_LocalGDB.xml
%{_sysconfdir}/%{name}/events/reanalyze_LocalGDB.xml
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
index c4c5c210..95d9d41d 100644
--- a/src/plugins/Makefile.am
+++ b/src/plugins/Makefile.am
@@ -1,7 +1,8 @@
pluginslibdir = $(PLUGINS_LIB_DIR)
bin_SCRIPTS = \
- abrt-action-install-debuginfo.py
+ abrt-action-install-debuginfo.py \
+ abrt-action-list-dsos.py
bin_PROGRAMS = \
abrt-dump-oops \
@@ -60,7 +61,7 @@ man_MANS = \
abrt-Upload.7 \
abrt-plugins.7
-PYTHON_FILES = abrt-action-install-debuginfo.py
+PYTHON_FILES = abrt-action-install-debuginfo.py abrt-action-list-dsos.py
EXTRA_DIST = $(man_MANS) $(PYTHON_FILES)
diff --git a/src/plugins/ccpp_events.conf b/src/plugins/ccpp_events.conf
index 3cd5c3f2..5dee5727 100644
--- a/src/plugins/ccpp_events.conf
+++ b/src/plugins/ccpp_events.conf
@@ -1,4 +1,5 @@
EVENT=post-create analyzer=CCpp abrt-action-analyze-c
+EVENT=post-create analyzer=CCpp abrt-action-list-dsos.py > dsos
#TODO: implement this (or add this functionality to abrt-action-install-debuginfo):
#EVENT=analyze analyzer=CCpp backtrace= trim-debuginfo-cache /var/cache/abrt-di 4096m