summaryrefslogtreecommitdiffstats
path: root/src/daemon
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2011-03-03 12:47:28 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2011-03-03 12:47:28 +0100
commitef96cd431369b2cf0dd640a0bb66be4fb029b9c0 (patch)
tree028f6a2e377bd8135e4617bf631b5dd44037e0c0 /src/daemon
parentdeac7d7ee408de17a97fbfb50e54ef22b74283fa (diff)
downloadabrt-ef96cd431369b2cf0dd640a0bb66be4fb029b9c0.tar.gz
abrt-ef96cd431369b2cf0dd640a0bb66be4fb029b9c0.tar.xz
abrt-ef96cd431369b2cf0dd640a0bb66be4fb029b9c0.zip
renamed libreport.so to libreport2.so
- we have a conflict with old report library which contains file with the same name
Diffstat (limited to 'src/daemon')
-rw-r--r--src/daemon/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am
index 6fe73065..a8e0bfb6 100644
--- a/src/daemon/Makefile.am
+++ b/src/daemon/Makefile.am
@@ -34,7 +34,7 @@ abrtd_CPPFLAGS = \
abrtd_LDADD = \
$(DL_LIBS) \
$(DBUS_LIBS) \
- ../lib/libreport.la \
+ ../lib/libreport2.la \
../lib/libabrt_dbus.la
abrt_server_SOURCES = \
@@ -53,7 +53,7 @@ abrt_server_CPPFLAGS = \
-D_GNU_SOURCE \
-Wall -Werror
abrt_server_LDADD = \
- ../lib/libreport.la
+ ../lib/libreport2.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/libreport.la
+ ../lib/libreport2.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/libreport.la
+ ../lib/libreport2.la
dbusabrtconfdir = ${sysconfdir}/dbus-1/system.d/
dist_dbusabrtconf_DATA = dbus-abrt.conf