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/applet/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/applet') diff --git a/src/applet/Makefile.am b/src/applet/Makefile.am index 7b0d0dca..cd4a643f 100644 --- a/src/applet/Makefile.am +++ b/src/applet/Makefile.am @@ -23,7 +23,7 @@ abrt_applet_CPPFLAGS = \ # $(LIBNOTIFY_CFLAGS) # $(DBUS_GLIB_CFLAGS) abrt_applet_LDADD = \ - ../lib/libreport2.la \ + ../lib/libreport.la \ ../lib/libabrt_dbus.la \ -lglib-2.0 \ -lgthread-2.0 \ @@ -39,7 +39,7 @@ abrt_applet_LDADD = \ # -D_GNU_SOURCE \ # -Wall -Werror #test_report_LDADD = \ -# ../lib/libreport2.la +# ../lib/libreport.la DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ -- cgit