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/report-python/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/report-python/Makefile.am') diff --git a/src/report-python/Makefile.am b/src/report-python/Makefile.am index a00e2d7b..cff7af64 100644 --- a/src/report-python/Makefile.am +++ b/src/report-python/Makefile.am @@ -29,7 +29,7 @@ _pyreport_la_LDFLAGS = \ -avoid-version \ -export-symbols-regex init_pyreport _pyreport_la_LIBADD = \ - ../lib/libreport.la + ../lib/libreport2.la # report compat: -- cgit