summaryrefslogtreecommitdiffstats
path: root/src/applet
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2011-03-03 14:10:54 +0100
committerKarel Klic <kklic@redhat.com>2011-03-03 14:10:54 +0100
commit0480abdfc05bc4bb785b3c89714795bb6d0e0f69 (patch)
tree45b65899ae30d73836c047d41e8e528cf6a25cd3 /src/applet
parentceaecf58a14dff5555d1a6a1ff5fa7f46149e927 (diff)
parentfd5c97267cda4cfbc23e367fc1338aa0988a8b44 (diff)
downloadabrt-0480abdfc05bc4bb785b3c89714795bb6d0e0f69.tar.gz
abrt-0480abdfc05bc4bb785b3c89714795bb6d0e0f69.tar.xz
abrt-0480abdfc05bc4bb785b3c89714795bb6d0e0f69.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
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 cd4a643f..7b0d0dca 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/libreport.la \
+ ../lib/libreport2.la \
../lib/libabrt_dbus.la \
-lglib-2.0 \
-lgthread-2.0 \
@@ -39,7 +39,7 @@ abrt_applet_LDADD = \
# -D_GNU_SOURCE \
# -Wall -Werror
#test_report_LDADD = \
-# ../lib/libreport.la
+# ../lib/libreport2.la
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@