From ef96cd431369b2cf0dd640a0bb66be4fb029b9c0 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Thu, 3 Mar 2011 12:47:28 +0100 Subject: renamed libreport.so to libreport2.so - we have a conflict with old report library which contains file with the same name --- src/btparser/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/btparser/Makefile.am') diff --git a/src/btparser/Makefile.am b/src/btparser/Makefile.am index 9f64f826..ad93b317 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/libreport.la +libbtparser_la_LIBADD = ../lib/libreport2.la # From http://www.seul.org/docs/autotut/ # Version consists 3 numbers: CURRENT, REVISION, AGE. -- cgit