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/applet/Makefile.am | 4 ++-- src/btparser/Makefile.am | 2 +- src/cli/Makefile.am | 2 +- src/daemon/Makefile.am | 8 ++++---- src/hooks/Makefile.am | 4 ++-- src/lib/Makefile.am | 12 ++++++------ src/plugins/Makefile.am | 20 ++++++++++---------- 7 files changed, 26 insertions(+), 26 deletions(-) (limited to 'src') diff --git a/src/applet/Makefile.am b/src/applet/Makefile.am index dbd88bdf..fe07d308 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/libabrt.la \ + ../lib/libreport.la \ ../lib/libabrt_dbus.la \ -lglib-2.0 \ -lgthread-2.0 \ @@ -38,7 +38,7 @@ abrt_applet_LDADD = \ # -I$(srcdir)/../include/report -I$(srcdir)/../include \ # -D_GNU_SOURCE #test_report_LDADD = \ -# ../lib/libabrt.la +# ../lib/libreport.la DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ diff --git a/src/btparser/Makefile.am b/src/btparser/Makefile.am index 349483a8..9f64f826 100644 --- a/src/btparser/Makefile.am +++ b/src/btparser/Makefile.am @@ -15,7 +15,7 @@ libbtparser_la_SOURCES = \ utils.h utils.c libbtparser_la_CFLAGS = -Wall -Werror -D_GNU_SOURCE -I../lib libbtparser_la_LDFLAGS = -version-info 1:1:0 -libbtparser_la_LIBADD = ../lib/libabrt.la +libbtparser_la_LIBADD = ../lib/libreport.la # From http://www.seul.org/docs/autotut/ # Version consists 3 numbers: CURRENT, REVISION, AGE. 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) diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am index 1362bb0c..319352e0 100644 --- a/src/daemon/Makefile.am +++ b/src/daemon/Makefile.am @@ -36,7 +36,7 @@ abrtd_CPPFLAGS = \ abrtd_LDADD = \ $(DL_LIBS) \ $(DBUS_LIBS) \ - ../lib/libabrt.la \ + ../lib/libreport.la \ ../lib/libabrt_daemon.la \ ../lib/libabrt_dbus.la @@ -56,7 +56,7 @@ abrt_server_CPPFLAGS = \ -D_GNU_SOURCE \ -Wall -Werror abrt_server_LDADD = \ - ../lib/libabrt.la + ../lib/libreport.la abrt_handle_crashdump_SOURCES = \ abrt-handle-crashdump.c @@ -76,7 +76,7 @@ abrt_handle_crashdump_CPPFLAGS = \ -D_GNU_SOURCE \ -Wall -Werror abrt_handle_crashdump_LDADD = \ - ../lib/libabrt.la + ../lib/libreport.la abrt_action_save_package_data_SOURCES = \ rpm.h rpm.c \ @@ -98,7 +98,7 @@ abrt_action_save_package_data_CPPFLAGS = \ -Wall -Werror abrt_action_save_package_data_LDADD = \ $(RPM_LIBS) \ - ../lib/libabrt.la + ../lib/libreport.la dbusabrtconfdir = ${sysconfdir}/dbus-1/system.d/ dist_dbusabrtconf_DATA = dbus-abrt.conf diff --git a/src/hooks/Makefile.am b/src/hooks/Makefile.am index 0ba2ad57..fe2644a6 100644 --- a/src/hooks/Makefile.am +++ b/src/hooks/Makefile.am @@ -14,7 +14,7 @@ abrt_hook_ccpp_CPPFLAGS = \ -Wall \ -D_GNU_SOURCE abrt_hook_ccpp_LDADD = \ - ../lib/libabrt.la + ../lib/libreport.la # dumpoops dumpoops_SOURCES = \ @@ -34,7 +34,7 @@ dumpoops_CPPFLAGS = \ # build will succeed without it, but at runtime plugins do need libabrt_daemon dumpoops_LDADD = \ ../lib/libabrt_daemon.la \ - ../lib/libabrt.la + ../lib/libreport.la python_PYTHON = abrt.pth abrt_exception_handler.py EXTRA_DIST = abrt_exception_handler.py.in $(man_MANS) diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 384d1c26..744522a9 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -1,9 +1,9 @@ -# libabrt - the stuff shared among most of abrt (like xmalloc, logging) +# libreport - the stuff shared among most of abrt (like xmalloc, logging) # libabrt_daemon - only daemon related things are here # libabrt_dbus - daemon, cli and applet use this # libabrt_web - for abrt-action-foo where foo deals with network/web/ftp/... lib_LTLIBRARIES = \ - libabrt.la \ + libreport.la \ libabrt_daemon.la \ libabrt_dbus.la \ libabrt_web.la @@ -12,7 +12,7 @@ lib_LTLIBRARIES = \ # time.cpp # xconnect.cpp -libabrt_la_SOURCES = \ +libreport_la_SOURCES = \ xfuncs.c \ encbase64.c \ stdio_helpers.c \ @@ -41,7 +41,7 @@ libabrt_la_SOURCES = \ hooklib.c hooklib.h \ parse_release.c \ parse_options.c parse_options.h -libabrt_la_CPPFLAGS = \ +libreport_la_CPPFLAGS = \ -Wall -Werror \ -I$(srcdir)/../include/report -I$(srcdir)/../include \ -DDEBUG_DUMPS_DIR=\"$(DEBUG_DUMPS_DIR)\" \ @@ -52,9 +52,9 @@ libabrt_la_CPPFLAGS = \ -DVAR_RUN=\"$(VAR_RUN)\" \ $(GLIB_CFLAGS) \ -D_GNU_SOURCE -libabrt_la_LDFLAGS = \ +libreport_la_LDFLAGS = \ -version-info 0:1:0 -libabrt_la_LIBADD = \ +libreport_la_LIBADD = \ $(GLIB_LIBS) libabrt_dbus_la_SOURCES = \ diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 8ee69759..52f3e4d1 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -104,7 +104,7 @@ abrt_action_analyze_c_CPPFLAGS = \ -D_GNU_SOURCE \ -Wall -Werror abrt_action_analyze_c_LDADD = \ - ../lib/libabrt.la + ../lib/libreport.la abrt_action_analyze_python_SOURCES = \ abrt-action-analyze-python.c @@ -123,7 +123,7 @@ abrt_action_analyze_python_CPPFLAGS = \ -D_GNU_SOURCE \ -Wall -Werror abrt_action_analyze_python_LDADD = \ - ../lib/libabrt.la + ../lib/libreport.la abrt_action_analyze_oops_SOURCES = \ abrt-action-analyze-oops.c @@ -142,7 +142,7 @@ abrt_action_analyze_oops_CPPFLAGS = \ -D_GNU_SOURCE \ -Wall -Werror abrt_action_analyze_oops_LDADD = \ - ../lib/libabrt.la + ../lib/libreport.la abrt_action_generate_backtrace_SOURCES = \ abrt-action-generate-backtrace.c @@ -161,7 +161,7 @@ abrt_action_generate_backtrace_CPPFLAGS = \ -D_GNU_SOURCE \ -Wall -Werror abrt_action_generate_backtrace_LDADD = \ - ../lib/libabrt.la \ + ../lib/libreport.la \ ../btparser/libbtparser.la abrt_action_bugzilla_SOURCES = \ @@ -183,7 +183,7 @@ abrt_action_bugzilla_CPPFLAGS = \ abrt_action_bugzilla_LDADD = \ $(GLIB_LIBS) \ ../lib/libabrt_web.la \ - ../lib/libabrt.la + ../lib/libreport.la abrt_action_rhtsupport_SOURCES = \ abrt_rh_support.h abrt_rh_support.c \ @@ -208,7 +208,7 @@ abrt_action_rhtsupport_LDADD = \ $(GLIB_LIBS) \ $(XMLRPC_LIBS) $(XMLRPC_CLIENT_LIBS) \ ../lib/libabrt_web.la \ - ../lib/libabrt.la + ../lib/libreport.la abrt_action_upload_SOURCES = \ abrt-action-upload.cpp @@ -231,7 +231,7 @@ abrt_action_upload_LDFLAGS = -ltar abrt_action_upload_LDADD = \ $(GLIB_LIBS) \ $(CURL_LIBS) \ - ../lib/libabrt.la + ../lib/libreport.la abrt_action_kerneloops_SOURCES = \ abrt-action-kerneloops.cpp @@ -251,7 +251,7 @@ abrt_action_kerneloops_CPPFLAGS = \ -Wall -Werror abrt_action_kerneloops_LDADD = \ ../lib/libabrt_web.la \ - ../lib/libabrt.la + ../lib/libreport.la abrt_action_mailx_SOURCES = \ abrt-action-mailx.cpp @@ -270,7 +270,7 @@ abrt_action_mailx_CPPFLAGS = \ -D_GNU_SOURCE \ -Wall -Werror abrt_action_mailx_LDADD = \ - ../lib/libabrt.la + ../lib/libreport.la abrt_action_print_SOURCES = \ abrt-action-print.cpp @@ -289,6 +289,6 @@ abrt_action_print_CPPFLAGS = \ -D_GNU_SOURCE \ -Wall -Werror abrt_action_print_LDADD = \ - ../lib/libabrt.la + ../lib/libreport.la DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ -- cgit