summaryrefslogtreecommitdiff
path: root/pkcs11/secret-store
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2010-12-25 17:59:39 +0100
committerStef Walter <stefw@collabora.co.uk>2011-01-24 14:33:23 -0600
commitac01c60ed77e7360ee1ba5160e02bbae234dd984 (patch)
tree74e79334136ff62a7a272787dc4b508bc9e903d6 /pkcs11/secret-store
parent84ddc7baff53335d0e120f5930baa2620dfdbcaf (diff)
downloadgnome-keyring-ac01c60ed77e7360ee1ba5160e02bbae234dd984.tar.gz
Link directly to gmodule for the modules that need it
Diffstat (limited to 'pkcs11/secret-store')
-rw-r--r--pkcs11/secret-store/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkcs11/secret-store/Makefile.am b/pkcs11/secret-store/Makefile.am
index 1a6008ce..3bb3e89d 100644
--- a/pkcs11/secret-store/Makefile.am
+++ b/pkcs11/secret-store/Makefile.am
@@ -4,7 +4,8 @@ INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/pkcs11 \
$(GOBJECT_CFLAGS) \
- $(GLIB_CFLAGS)
+ $(GLIB_CFLAGS) \
+ $(GMODULE_CFLAGS)
# ------------------------------------------------------------------------------
# The secret store component code
@@ -47,6 +48,7 @@ gkm_secret_store_standalone_la_LIBADD = \
$(GOBJECT_LIBS) \
$(GTHREAD_LIBS) \
$(GLIB_LIBS) \
+ $(GMODULE_LIBS) \
$(LIBGCRYPT_LIBS)
# -------------------------------------------------------------------------------