diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-02-08 21:57:31 +0100 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-02-08 21:57:31 +0100 |
| commit | 3e66ab143a1fe2428bea84b573e7b70c22e8f5f2 (patch) | |
| tree | 80a9da650cea93bcac80d6838f8de9faba0f3d7f | |
| parent | 7d383cb18b8d2ed885d072e7278ab3171a83dadd (diff) | |
minor fix after wrong merge
| -rw-r--r-- | lib/Plugins/Makefile.am | 4 |
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 |
