summaryrefslogtreecommitdiffstats
path: root/src/plugins/Makefile.am
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2011-03-17 16:05:27 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2011-03-17 16:05:27 +0100
commit9e5aa0f02f90865c8e264c7a8922fa071f0f694c (patch)
tree27db0f286d4041052b3406341707df275b11418e /src/plugins/Makefile.am
parent1eb94f00ea61c9087b917e1e9d77d5cf9f6fa077 (diff)
downloadabrt-9e5aa0f02f90865c8e264c7a8922fa071f0f694c.tar.gz
abrt-9e5aa0f02f90865c8e264c7a8922fa071f0f694c.tar.xz
abrt-9e5aa0f02f90865c8e264c7a8922fa071f0f694c.zip
-added event config files for Mailx trac#163
Diffstat (limited to 'src/plugins/Makefile.am')
-rw-r--r--src/plugins/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
index 95d9d41d..76cbe04c 100644
--- a/src/plugins/Makefile.am
+++ b/src/plugins/Makefile.am
@@ -21,7 +21,6 @@ bin_PROGRAMS = \
dist_pluginslib_DATA = \
Logger.glade \
- Mailx.glade \
Bugzilla.glade \
RHTSupport.glade \
Upload.glade \
@@ -46,12 +45,14 @@ dist_events_DATA = \
report_Bugzilla.conf \
report_Logger.conf \
analyze_LocalGDB.xml \
- analyze_RetraceServer.xml
+ analyze_RetraceServer.xml \
+ report_Mailx.xml
eventsconfdir = $(EVENTS_CONF_DIR)
dist_eventsconf_DATA = \
- ccpp_events.conf
+ ccpp_events.conf \
+ mailx_events.conf
man_MANS = \
abrt-Bugzilla.7 \