From fd31820e9aaf0ec726dbdad277d996b594f57f90 Mon Sep 17 00:00:00 2001 From: Karel Klic Date: Thu, 3 Mar 2011 14:46:03 +0100 Subject: Revert "renamed libreport.so to libreport2.so" This is not needed at the end. This reverts commit ef96cd431369b2cf0dd640a0bb66be4fb029b9c0. --- src/hooks/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hooks') 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) -- cgit