summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2011-06-10 14:53:33 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2011-06-10 14:53:33 +0200
commitae3d2f1e79fb0582cb216ab6d2d7952323a547cd (patch)
treedd8fc36f72243492dc259be2b22b15378d199de7 /src
parent611effbaaf4ea10260084dfec5e652e5a9496726 (diff)
downloadabrt-ae3d2f1e79fb0582cb216ab6d2d7952323a547cd.tar.gz
abrt-ae3d2f1e79fb0582cb216ab6d2d7952323a547cd.tar.xz
abrt-ae3d2f1e79fb0582cb216ab6d2d7952323a547cd.zip
move abrt_event.conf to {_sysconfigdir/abrt/events.d/
- this should fix the problem with transition to separate libreport which uses report_event.conf and contains #include events.d/*.conf
Diffstat (limited to 'src')
-rw-r--r--src/daemon/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am
index 58b9b2d9..0a00c254 100644
--- a/src/daemon/Makefile.am
+++ b/src/daemon/Makefile.am
@@ -1,7 +1,8 @@
eventsconfdir = $(EVENTS_CONF_DIR)
dist_eventsconf_DATA = \
- smart_event.conf
+ smart_event.conf \
+ abrt_event.conf
bin_SCRIPTS = \
abrt-handle-upload
@@ -88,7 +89,6 @@ dist_dbusabrtconf_DATA = dbus-abrt.conf
daemonconfdir = $(CONF_DIR)
dist_daemonconf_DATA = \
abrt.conf \
- abrt_event.conf \
gpg_keys
comredhatabrtservicedir = ${datadir}/dbus-1/system-services