summaryrefslogtreecommitdiffstats
path: root/src/plugins/Makefile.am
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-05-10 17:36:08 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2011-05-10 17:36:08 +0200
commit09b5c4b42e9c75c523f4dc3a2036c33dfb5f234b (patch)
tree80f36abda47b990f8198a211fa3ff19c6e3ee304 /src/plugins/Makefile.am
parent1d8b3a8e8f1307fa661a002111328821f37adf7a (diff)
downloadabrt-09b5c4b42e9c75c523f4dc3a2036c33dfb5f234b.tar.gz
abrt-09b5c4b42e9c75c523f4dc3a2036c33dfb5f234b.tar.xz
abrt-09b5c4b42e9c75c523f4dc3a2036c33dfb5f234b.zip
Add analyzer which collects /var/log/messages. Closes bz#565725
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/plugins/Makefile.am')
-rw-r--r--src/plugins/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
index 699f13bd..7221079a 100644
--- a/src/plugins/Makefile.am
+++ b/src/plugins/Makefile.am
@@ -40,6 +40,7 @@ dist_events_DATA = \
report_Logger.conf \
analyze_LocalGDB.xml \
analyze_RetraceServer.xml \
+ analyze_var_log_messages.xml \
report_Mailx.xml \
report_RHTSupport.xml \
report_Kerneloops.xml
@@ -90,11 +91,12 @@ EXTRA_DIST = \
$(MAN_TXT) \
$(PYTHON_FILES) \
$(man1_MANS) \
+ analyze_var_log_messages.xml.in \
+ analyze_LocalGDB.xml.in \
+ analyze_RetraceServer.xml.in \
report_Bugzilla.xml.in \
report_Bugzilla.conf \
report_Logger.conf \
- analyze_LocalGDB.xml.in \
- analyze_RetraceServer.xml.in \
report_Mailx.xml.in \
report_RHTSupport.xml.in \
report_Kerneloops.xml.in