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/daemon/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/daemon/Makefile.am') diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am index a8e0bfb6..6fe73065 100644 --- a/src/daemon/Makefile.am +++ b/src/daemon/Makefile.am @@ -34,7 +34,7 @@ abrtd_CPPFLAGS = \ abrtd_LDADD = \ $(DL_LIBS) \ $(DBUS_LIBS) \ - ../lib/libreport2.la \ + ../lib/libreport.la \ ../lib/libabrt_dbus.la abrt_server_SOURCES = \ @@ -53,7 +53,7 @@ abrt_server_CPPFLAGS = \ -D_GNU_SOURCE \ -Wall -Werror abrt_server_LDADD = \ - ../lib/libreport2.la + ../lib/libreport.la abrt_handle_crashdump_SOURCES = \ abrt-handle-crashdump.c @@ -73,7 +73,7 @@ abrt_handle_crashdump_CPPFLAGS = \ -D_GNU_SOURCE \ -Wall -Werror abrt_handle_crashdump_LDADD = \ - ../lib/libreport2.la + ../lib/libreport.la abrt_action_save_package_data_SOURCES = \ rpm.h rpm.c \ @@ -95,7 +95,7 @@ abrt_action_save_package_data_CPPFLAGS = \ -Wall -Werror abrt_action_save_package_data_LDADD = \ $(RPM_LIBS) \ - ../lib/libreport2.la + ../lib/libreport.la dbusabrtconfdir = ${sysconfdir}/dbus-1/system.d/ dist_dbusabrtconf_DATA = dbus-abrt.conf -- cgit