summaryrefslogtreecommitdiffstats
path: root/src/applet
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/applet
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/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@