summaryrefslogtreecommitdiffstats
path: root/src/hooks
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2011-03-03 14:46:03 +0100
committerKarel Klic <kklic@redhat.com>2011-03-03 14:46:03 +0100
commitfd31820e9aaf0ec726dbdad277d996b594f57f90 (patch)
tree7990a128cc0ddf719d0aa27e4f939837297c5c0a /src/hooks
parent0480abdfc05bc4bb785b3c89714795bb6d0e0f69 (diff)
downloadabrt-fd31820e9aaf0ec726dbdad277d996b594f57f90.tar.gz
abrt-fd31820e9aaf0ec726dbdad277d996b594f57f90.tar.xz
abrt-fd31820e9aaf0ec726dbdad277d996b594f57f90.zip
Revert "renamed libreport.so to libreport2.so"
This is not needed at the end. This reverts commit ef96cd431369b2cf0dd640a0bb66be4fb029b9c0.
Diffstat (limited to 'src/hooks')
-rw-r--r--src/hooks/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hooks/Makefile.am b/src/hooks/Makefile.am
index 40e57ff5..6ebf3628 100644
--- a/src/hooks/Makefile.am
+++ b/src/hooks/Makefile.am
@@ -13,7 +13,7 @@ abrt_hook_ccpp_CPPFLAGS = \
-Wall \
-D_GNU_SOURCE
abrt_hook_ccpp_LDADD = \
- ../lib/libreport2.la
+ ../lib/libreport.la
python_PYTHON = abrt.pth abrt_exception_handler.py
EXTRA_DIST = abrt_exception_handler.py.in $(man_MANS)