summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-02-08 21:57:31 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2010-02-08 21:57:31 +0100
commit3e66ab143a1fe2428bea84b573e7b70c22e8f5f2 (patch)
tree80a9da650cea93bcac80d6838f8de9faba0f3d7f /lib
parent7d383cb18b8d2ed885d072e7278ab3171a83dadd (diff)
minor fix after wrong merge
Diffstat (limited to 'lib')
-rw-r--r--lib/Plugins/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Plugins/Makefile.am b/lib/Plugins/Makefile.am
index 4fc0efe..e84c264 100644
--- a/lib/Plugins/Makefile.am
+++ b/lib/Plugins/Makefile.am
@@ -58,8 +58,8 @@ libCCpp_la_LDFLAGS = -avoid-version
libCCpp_la_CPPFLAGS = -I$(srcdir)/../../inc -I$(srcdir)/../Utils \
-DCCPP_HOOK_PATH=\"${libexecdir}/abrt-hook-ccpp\" \
-DDEBUG_DUMPS_DIR=\"$(DEBUG_DUMPS_DIR)\" \
- -DLOCALSTATEDIR='"$(localstatedir)"'
-# -DHOSTILE_KERNEL
+ -DLOCALSTATEDIR='"$(localstatedir)"' \
+ -DHOSTILE_KERNEL
# Firefox - disabled for now