summaryrefslogtreecommitdiffstats
path: root/src/btparser/Makefile.am
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/btparser/Makefile.am
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/btparser/Makefile.am')
-rw-r--r--src/btparser/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/btparser/Makefile.am b/src/btparser/Makefile.am
index 349483a8..9f64f826 100644
--- a/src/btparser/Makefile.am
+++ b/src/btparser/Makefile.am
@@ -15,7 +15,7 @@ libbtparser_la_SOURCES = \
utils.h utils.c
libbtparser_la_CFLAGS = -Wall -Werror -D_GNU_SOURCE -I../lib
libbtparser_la_LDFLAGS = -version-info 1:1:0
-libbtparser_la_LIBADD = ../lib/libabrt.la
+libbtparser_la_LIBADD = ../lib/libreport.la
# From http://www.seul.org/docs/autotut/
# Version consists 3 numbers: CURRENT, REVISION, AGE.