summaryrefslogtreecommitdiffstats
path: root/src/gui-gtk
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/gui-gtk
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/gui-gtk')
-rw-r--r--src/gui-gtk/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui-gtk/Makefile.am b/src/gui-gtk/Makefile.am
index 054253d2..a0d0de40 100644
--- a/src/gui-gtk/Makefile.am
+++ b/src/gui-gtk/Makefile.am
@@ -22,7 +22,7 @@ abrt_gtk_CFLAGS = \
# $(LIBNOTIFY_CFLAGS)
# $(DBUS_GLIB_CFLAGS)
abrt_gtk_LDADD = \
- ../lib/libreport2.la \
+ ../lib/libreport.la \
../lib/libabrt_dbus.la \
-lglib-2.0 \
-lgthread-2.0 \
@@ -38,7 +38,7 @@ abrt_gtk_LDADD = \
# -D_GNU_SOURCE \
# -Wall -Werror
#test_report_LDADD = \
-# ../lib/libreport2.la
+# ../lib/libreport.la
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@