From fd31820e9aaf0ec726dbdad277d996b594f57f90 Mon Sep 17 00:00:00 2001 From: Karel Klic Date: Thu, 3 Mar 2011 14:46:03 +0100 Subject: Revert "renamed libreport.so to libreport2.so" This is not needed at the end. This reverts commit ef96cd431369b2cf0dd640a0bb66be4fb029b9c0. --- src/report-python/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/report-python') diff --git a/src/report-python/Makefile.am b/src/report-python/Makefile.am index cff7af64..a00e2d7b 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/libreport2.la + ../lib/libreport.la # report compat: -- cgit