summaryrefslogtreecommitdiffstats
path: root/src/applet
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-12-09 13:07:10 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2010-12-09 13:07:10 +0100
commit6afce866d57432a53938479455ec7bbcb89bab8d (patch)
tree01744e0f3370b83b698ddf549cc8c6c0be3dbec3 /src/applet
parent28c588d6a86daa3d2f2bb7cdb4604d79e7dcf08b (diff)
downloadabrt-6afce866d57432a53938479455ec7bbcb89bab8d.tar.gz
abrt-6afce866d57432a53938479455ec7bbcb89bab8d.tar.xz
abrt-6afce866d57432a53938479455ec7bbcb89bab8d.zip
rename libabrt.so to libreport.so
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/applet')
-rw-r--r--src/applet/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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@