summaryrefslogtreecommitdiffstats
path: root/src/hooks
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-12-09 13:07:10 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2010-12-09 13:07:10 +0100
commit6afce866d57432a53938479455ec7bbcb89bab8d (patch)
tree01744e0f3370b83b698ddf549cc8c6c0be3dbec3 /src/hooks
parent28c588d6a86daa3d2f2bb7cdb4604d79e7dcf08b (diff)
downloadabrt-6afce866d57432a53938479455ec7bbcb89bab8d.tar.gz
abrt-6afce866d57432a53938479455ec7bbcb89bab8d.tar.xz
abrt-6afce866d57432a53938479455ec7bbcb89bab8d.zip
rename libabrt.so to libreport.so
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/hooks')
-rw-r--r--src/hooks/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hooks/Makefile.am b/src/hooks/Makefile.am
index 0ba2ad57..fe2644a6 100644
--- a/src/hooks/Makefile.am
+++ b/src/hooks/Makefile.am
@@ -14,7 +14,7 @@ abrt_hook_ccpp_CPPFLAGS = \
-Wall \
-D_GNU_SOURCE
abrt_hook_ccpp_LDADD = \
- ../lib/libabrt.la
+ ../lib/libreport.la
# dumpoops
dumpoops_SOURCES = \
@@ -34,7 +34,7 @@ dumpoops_CPPFLAGS = \
# build will succeed without it, but at runtime plugins do need libabrt_daemon
dumpoops_LDADD = \
../lib/libabrt_daemon.la \
- ../lib/libabrt.la
+ ../lib/libreport.la
python_PYTHON = abrt.pth abrt_exception_handler.py
EXTRA_DIST = abrt_exception_handler.py.in $(man_MANS)