summaryrefslogtreecommitdiffstats
path: root/src/applet
diff options
context:
space:
mode:
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 7b0d0dca..cd4a643f 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/libreport2.la \
+ ../lib/libreport.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/libreport2.la
+# ../lib/libreport.la
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@