From ae3d2f1e79fb0582cb216ab6d2d7952323a547cd Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Fri, 10 Jun 2011 14:53:33 +0200 Subject: 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 --- src/daemon/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit