summaryrefslogtreecommitdiffstats
path: root/src/btparser/Makefile.am
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2011-03-03 12:47:28 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2011-03-03 12:47:28 +0100
commitef96cd431369b2cf0dd640a0bb66be4fb029b9c0 (patch)
tree028f6a2e377bd8135e4617bf631b5dd44037e0c0 /src/btparser/Makefile.am
parentdeac7d7ee408de17a97fbfb50e54ef22b74283fa (diff)
downloadabrt-ef96cd431369b2cf0dd640a0bb66be4fb029b9c0.tar.gz
abrt-ef96cd431369b2cf0dd640a0bb66be4fb029b9c0.tar.xz
abrt-ef96cd431369b2cf0dd640a0bb66be4fb029b9c0.zip
renamed libreport.so to libreport2.so
- we have a conflict with old report library which contains file with the same name
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 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.