summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2011-06-15 14:34:50 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2011-06-15 14:34:50 +0200
commit591b445ba78c96cd91375fe79b2ac8a767131fb9 (patch)
treefb347fe4fa406e87f81cbe53188f73634d3508fc /configure.ac
parentb4e0ff6fadd6bfcb2915a544747d0b09d53dbada (diff)
downloadabrt-591b445ba78c96cd91375fe79b2ac8a767131fb9.tar.gz
abrt-591b445ba78c96cd91375fe79b2ac8a767131fb9.tar.xz
abrt-591b445ba78c96cd91375fe79b2ac8a767131fb9.zip
move events and events config to libreport/events{.d} and libreport/plugins
- requires libreport commit: 219c304236910086fae00e3a65fef626b46f1f1e
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7c42f474..3b2a6690 100644
--- a/configure.ac
+++ b/configure.ac
@@ -93,8 +93,9 @@ AC_CHECK_HEADER([sys/inotify.h], [],
CONF_DIR='${sysconfdir}/${PACKAGE_NAME}'
VAR_RUN='${localstatedir}/run'
PLUGINS_CONF_DIR='${sysconfdir}/${PACKAGE_NAME}/plugins'
-EVENTS_DIR='${sysconfdir}/${PACKAGE_NAME}/events'
-EVENTS_CONF_DIR='${sysconfdir}/${PACKAGE_NAME}/events.d'
+REPORT_PLUGINS_CONF_DIR='${sysconfdir}/libreport/plugins'
+EVENTS_DIR='${sysconfdir}/libreport/events'
+EVENTS_CONF_DIR='${sysconfdir}/libreport/events.d'
PLUGINS_LIB_DIR='${libdir}/${PACKAGE_NAME}'
ENABLE_SOCKET_OR_DBUS='-DENABLE_DBUS=1'
LIBEXEC_DIR='${libexecdir}'
@@ -115,6 +116,7 @@ AC_ARG_WITH(debuginfosdir,
AC_SUBST(CONF_DIR)
AC_SUBST(VAR_RUN)
AC_SUBST(PLUGINS_CONF_DIR)
+AC_SUBST(REPORT_PLUGINS_CONF_DIR)
AC_SUBST(EVENTS_CONF_DIR)
AC_SUBST(EVENTS_DIR)
AC_SUBST(PLUGINS_LIB_DIR)