[gnome-keyring] Build fixes to rpc-layer Makefile
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-keyring] Build fixes to rpc-layer Makefile
- Date: Thu, 15 Mar 2012 12:34:40 +0000 (UTC)
commit 6b925ece9595d82c6b8dacb1ae87503e12092909
Author: William Jon McCann <jmccann redhat com>
Date: Thu Mar 15 13:32:02 2012 +0100
Build fixes to rpc-layer Makefile
pkcs11/rpc-layer/Makefile.am | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/pkcs11/rpc-layer/Makefile.am b/pkcs11/rpc-layer/Makefile.am
index 2ccfe70..58ccd0c 100644
--- a/pkcs11/rpc-layer/Makefile.am
+++ b/pkcs11/rpc-layer/Makefile.am
@@ -23,12 +23,12 @@ libgkm_rpc_layer_la_LIBADD = \
$(top_builddir)/egg/libegg-buffer.la \
$(top_builddir)/egg/libegg-creds.la \
$(GOBJECT_LIBS) \
- $(GTHREAD_LIBS) \
+ $(GTHREAD_LIBS) \
$(GLIB_LIBS)
libgkm_rpc_layer_la_CFLAGS = \
$(GOBJECT_CFLAGS) \
- $(GTHREAD_CFLAGS) \
+ $(GTHREAD_CFLAGS) \
$(GLIB_CFLAGS)
# ------------------------------------------------------------------------------
@@ -67,4 +67,8 @@ gkm_rpc_daemon_standalone_SOURCES = \
gkm-rpc-daemon-standalone.c
gkm_rpc_daemon_standalone_LDADD = \
- $(DL_LIBS) libgkm-rpc-layer.la
+ $(DL_LIBS) libgkm-rpc-layer.la \
+ $(GLIB_LIBS)
+
+gkm_rpc_daemon_standalone_CFLAGS = \
+ $(GLIB_CFLAGS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]