From 6afce866d57432a53938479455ec7bbcb89bab8d Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 9 Dec 2010 13:07:10 +0100 Subject: rename libabrt.so to libreport.so Signed-off-by: Denys Vlasenko --- src/cli/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cli/Makefile.am') diff --git a/src/cli/Makefile.am b/src/cli/Makefile.am index 9346dd16..5c1d7848 100644 --- a/src/cli/Makefile.am +++ b/src/cli/Makefile.am @@ -17,7 +17,7 @@ abrt_cli_CPPFLAGS = \ # $(GTK_CFLAGS) abrt_cli_LDADD = \ - ../lib/libabrt.la \ + ../lib/libreport.la \ ../lib/libabrt_dbus.la \ $(GLIB_LIBS) -- cgit