summaryrefslogtreecommitdiffstats
path: root/src/Hooks
diff options
context:
space:
mode:
Diffstat (limited to 'src/Hooks')
-rw-r--r--src/Hooks/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Hooks/Makefile.am b/src/Hooks/Makefile.am
index 2bb2e25..db2cb95 100644
--- a/src/Hooks/Makefile.am
+++ b/src/Hooks/Makefile.am
@@ -8,10 +8,7 @@ hookCCpp_CPPFLAGS = -I$(srcdir)/../../inc -I$(srcdir)/../../lib/Utils \
python_PYTHON = sitecustomize.py abrt_exception_handler.py
-EXTRA_DIST = pyhook.conf
-
-# FIXME: remove hardcoded path
-pyhookconfdir = /etc/abrt
+pyhookconfdir = $(CONF_DIR)
dist_pyhookconf_DATA = pyhook.conf
CLEANFILES := $(notdir $(wildcard *~)) $(notdir $(wildcard *\#)) $(notdir $(wildcard \.\#*)) $(notdir $(wildcard *.pyc))