summaryrefslogtreecommitdiffstats
path: root/src/daemon
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2011-03-03 16:20:43 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2011-03-03 16:20:43 +0100
commit28a7bf1a5432f7e9af4661dc3032b411b7d8f1b0 (patch)
tree34f4f1bb3d36da7cdf40a09d87410ed0e88fff5b /src/daemon
parentd9e8fe008f00be57986412d39ab01ce39bbd693a (diff)
parentcd205619d987cbcf839a5e9261037e40e50d9d5c (diff)
downloadabrt-28a7bf1a5432f7e9af4661dc3032b411b7d8f1b0.tar.gz
abrt-28a7bf1a5432f7e9af4661dc3032b411b7d8f1b0.tar.xz
abrt-28a7bf1a5432f7e9af4661dc3032b411b7d8f1b0.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
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 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