summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--abrt.spec1
-rw-r--r--src/gtk-helpers/Makefile.am2
-rw-r--r--src/gui-gtk/Makefile.am4
3 files changed, 3 insertions, 4 deletions
diff --git a/abrt.spec b/abrt.spec
index bef683da..f42b3af3 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -45,6 +45,7 @@ BuildRequires: intltool
BuildRequires: libtool
BuildRequires: nss-devel
BuildRequires: texinfo
+BuildRequires: libgnome-keyring-devel
%if %{?with_systemd}
Requires: systemd-units
%endif
diff --git a/src/gtk-helpers/Makefile.am b/src/gtk-helpers/Makefile.am
index de35d39b..90c9be7f 100644
--- a/src/gtk-helpers/Makefile.am
+++ b/src/gtk-helpers/Makefile.am
@@ -20,4 +20,4 @@ libreportgtk_la_LDFLAGS = \
libreportgtk_la_LIBADD = \
$(GTK_LIBS) \
$(GLIB_LIBS) \
- $(GNOME_KEYRING_CFLAGS)
+ $(GNOME_KEYRING_LIBS)
diff --git a/src/gui-gtk/Makefile.am b/src/gui-gtk/Makefile.am
index 978f9428..b5c6cd54 100644
--- a/src/gui-gtk/Makefile.am
+++ b/src/gui-gtk/Makefile.am
@@ -16,7 +16,6 @@ abrt_gui_CFLAGS = \
-DICON_DIR=\"${datadir}/abrt/icons/hicolor/48x48/status\" \
$(GTK_CFLAGS) \
$(DBUS_CFLAGS) \
- $(GNOME_KEYRING_CFLAGS) \
-D_GNU_SOURCE \
-Wall -Wwrite-strings -Werror
# -I/usr/include/glib-2.0
@@ -30,8 +29,7 @@ abrt_gui_LDADD = \
-lglib-2.0 \
-lgthread-2.0 \
$(GTK_LIBS) \
- $(DBUS_LIBS) \
- $(GNOME_KEYRING_LIBS)
+ $(DBUS_LIBS)
# $(LIBNOTIFY_LIBS)
#test_report_SOURCES = \