summaryrefslogtreecommitdiffstats
path: root/src/Hooks/Makefile.am
diff options
context:
space:
mode:
authorZdenek Prikryl <zprikryl@redhat.com>2009-06-03 10:24:08 +0200
committerZdenek Prikryl <zprikryl@redhat.com>2009-06-03 10:24:08 +0200
commitb6f3a61c8647e28f2bca52024e34cfa746275c0d (patch)
tree39b174fd15bf53a7decb34a74e44de6dbec0de54 /src/Hooks/Makefile.am
parent28e08d40690fd0ecb528ef0582ce8084ece6125b (diff)
downloadabrt-b6f3a61c8647e28f2bca52024e34cfa746275c0d.tar.gz
abrt-b6f3a61c8647e28f2bca52024e34cfa746275c0d.tar.xz
abrt-b6f3a61c8647e28f2bca52024e34cfa746275c0d.zip
minu AT fixes for python addon
Diffstat (limited to 'src/Hooks/Makefile.am')
-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 2bb2e255..db2cb957 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))