summaryrefslogtreecommitdiffstats
path: root/lib/plugins/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plugins/Makefile.am')
-rw-r--r--lib/plugins/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/plugins/Makefile.am b/lib/plugins/Makefile.am
index 2f1e7966..caf5ea27 100644
--- a/lib/plugins/Makefile.am
+++ b/lib/plugins/Makefile.am
@@ -27,6 +27,7 @@ dist_pluginsconf_DATA = \
CCpp.conf \
Mailx.conf \
SQLite3.conf \
+ Logger.conf \
Kerneloops.conf \
Bugzilla.conf \
RHTSupport.conf \
@@ -53,7 +54,8 @@ $(DESTDIR)/$(DEBUG_INFO_DIR):
install-data-hook: $(DESTDIR)/$(DEBUG_INFO_DIR)
sed 's: = /var/: = $(localstatedir)/:g' -i \
- $(DESTDIR)$(sysconfdir)/abrt/plugins/SQLite3.conf
+ $(DESTDIR)$(sysconfdir)/abrt/plugins/SQLite3.conf \
+ $(DESTDIR)$(sysconfdir)/abrt/plugins/Logger.conf
INC_PATH=$(srcdir)/../../inc
UTILS_PATH=$(srcdir)/../utils