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/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 0a5c6e1a..0cf463f7 100644 --- a/src/cli/Makefile.am +++ b/src/cli/Makefile.am @@ -16,7 +16,7 @@ abrt_cli_CPPFLAGS = \ -Wall -Werror # $(GTK_CFLAGS) abrt_cli_LDADD = \ - ../lib/libreport.la \ + ../lib/libreport2.la \ ../lib/libabrt_dbus.la \ $(GLIB_LIBS) -- cgit