From 6afce866d57432a53938479455ec7bbcb89bab8d Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 9 Dec 2010 13:07:10 +0100 Subject: rename libabrt.so to libreport.so Signed-off-by: Denys Vlasenko --- src/btparser/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/btparser') 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. -- cgit