summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--src/Hooks/Makefile.am4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index a2e6cc89..b839897f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,3 @@
SUBDIRS = lib src inc
-EXTRA_DIST = doc/CodingStyle abrt.spec \ No newline at end of file
+EXTRA_DIST = doc/CodingStyle abrt.spec
diff --git a/src/Hooks/Makefile.am b/src/Hooks/Makefile.am
index d9149419..fb354e72 100644
--- a/src/Hooks/Makefile.am
+++ b/src/Hooks/Makefile.am
@@ -6,7 +6,7 @@ hookCCpp_LDADD = ../../lib/Utils/libABRTUtils.la
hookCCpp_CPPFLAGS = -I$(srcdir)/../../inc -I$(srcdir)/../../lib/Utils \
-DDEBUG_DUMPS_DIR=\"$(DEBUG_DUMPS_DIR)\" \
-DVAR_RUN=\"$(VAR_RUN)\"
-
+
python_PYTHON = sitecustomize.py abrt_exception_handler.py
EXTRA_DIST = abrt_exception_handler.py.in
@@ -17,7 +17,7 @@ CLEANFILES := $(notdir $(wildcard *~)) $(notdir $(wildcard *\#)) $(notdir $(wild
abrt_exception_handler.py:
sed s,@DEBUG_DUMP_DIR@,$(DEBUG_DUMPS_DIR),g abrt_exception_handler.py.in > abrt_exception_handler.py
-
+
# RPM fix: we need to regenerate abrt_exception_handler.py, because it has the default ddir
install-data-local:
sed s,@DEBUG_DUMP_DIR@,$(DEBUG_DUMPS_DIR),g abrt_exception_handler.py.in > abrt_exception_handler.py