summaryrefslogtreecommitdiff
path: root/pkcs11
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2012-03-15 13:32:02 +0100
committerStef Walter <stefw@gnome.org>2012-03-15 13:32:02 +0100
commit6b925ece9595d82c6b8dacb1ae87503e12092909 (patch)
treef388458491a818dccd2b6963b2558a90755f4173 /pkcs11
parentbd6ef379df244fa83e6e07bf29e093ca2f990075 (diff)
downloadgnome-keyring-6b925ece9595d82c6b8dacb1ae87503e12092909.tar.gz
Build fixes to rpc-layer Makefile
Diffstat (limited to 'pkcs11')
-rw-r--r--pkcs11/rpc-layer/Makefile.am10
1 files changed, 7 insertions, 3 deletions
diff --git a/pkcs11/rpc-layer/Makefile.am b/pkcs11/rpc-layer/Makefile.am
index 2ccfe70c..58ccd0ce 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)