diff options
| author | Zdenek Prikryl <zprikryl@redhat.com> | 2009-06-03 10:24:08 +0200 |
|---|---|---|
| committer | Zdenek Prikryl <zprikryl@redhat.com> | 2009-06-03 10:24:08 +0200 |
| commit | b6f3a61c8647e28f2bca52024e34cfa746275c0d (patch) | |
| tree | 39b174fd15bf53a7decb34a74e44de6dbec0de54 /src | |
| parent | 28e08d40690fd0ecb528ef0582ce8084ece6125b (diff) | |
| download | abrt-b6f3a61c8647e28f2bca52024e34cfa746275c0d.tar.gz abrt-b6f3a61c8647e28f2bca52024e34cfa746275c0d.tar.xz abrt-b6f3a61c8647e28f2bca52024e34cfa746275c0d.zip | |
minu AT fixes for python addon
Diffstat (limited to 'src')
| -rw-r--r-- | src/Hooks/Makefile.am | 5 |
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)) |
