[gnome-keyring] wrap-layer: Fix build
- From: JÃrg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-keyring] wrap-layer: Fix build
- Date: Tue, 20 Dec 2011 15:00:52 +0000 (UTC)
commit e3fdda07865dae42bb79811b374f8043235573ac
Author: JÃrg Billeter <j bitron ch>
Date: Tue Dec 20 15:54:37 2011 +0100
wrap-layer: Fix build
gkm-wrap-prompt.c uses g_initable_init, which is part of GIO.
pkcs11/wrap-layer/Makefile.am | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/pkcs11/wrap-layer/Makefile.am b/pkcs11/wrap-layer/Makefile.am
index 4d5c536..e49a955 100644
--- a/pkcs11/wrap-layer/Makefile.am
+++ b/pkcs11/wrap-layer/Makefile.am
@@ -20,11 +20,13 @@ libgkm_wrap_layer_la_SOURCES = \
libgkm_wrap_layer_la_LIBADD = \
$(top_builddir)/pkcs11/gkm/libgkm.la \
$(GTHREAD_LIBS) \
- $(GLIB_LIBS)
+ $(GLIB_LIBS) \
+ $(GIO_LIBS)
libgkm_wrap_layer_la_CFLAGS = \
$(GTHREAD_CFLAGS) \
- $(GLIB_CFLAGS)
+ $(GLIB_CFLAGS) \
+ $(GIO_CFLAGS)
# ------------------------------------------------------------------------------
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]