summaryrefslogtreecommitdiff
path: root/pkcs11
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-10-26 13:57:51 +0200
committerStef Walter <stefw@collabora.co.uk>2011-11-14 11:36:32 +0100
commit30915a6fc4b95bbe6a5da224f731480e78bbaf83 (patch)
tree7fd1de49106d2a84537a9e49a7d3d3e157ac10a6 /pkcs11
parent15bf6c05a9ed4148ed212735a735c2fbe7289908 (diff)
downloadgnome-keyring-30915a6fc4b95bbe6a5da224f731480e78bbaf83.tar.gz
Build correctly with glib 2.31
* Link to gthread correctly.
Diffstat (limited to 'pkcs11')
-rw-r--r--pkcs11/gkm/tests/Makefile.am3
-rw-r--r--pkcs11/xdg-store/tests/Makefile.am1
2 files changed, 3 insertions, 1 deletions
diff --git a/pkcs11/gkm/tests/Makefile.am b/pkcs11/gkm/tests/Makefile.am
index f18f951d..e50ed08a 100644
--- a/pkcs11/gkm/tests/Makefile.am
+++ b/pkcs11/gkm/tests/Makefile.am
@@ -11,6 +11,7 @@ LDADD = \
$(top_builddir)/pkcs11/gkm/libgkm.la \
$(top_builddir)/egg/libegg.la \
$(GLIB_LIBS) \
+ $(GTHREAD_LIBS) \
$(LIBGCRYPT_LIBS)
noinst_LIBRARIES = libgkm-mock.a
@@ -20,7 +21,7 @@ BUILT_SOURCES = \
libgkm_mock_a_SOURCES = \
mock-module.c mock-module.h \
- mock-locked-object.c mock-locked-object.h
+ mock-locked-object.c mock-locked-object.h \
$(BUILT_SOURCES)
TEST_PROGS = \
diff --git a/pkcs11/xdg-store/tests/Makefile.am b/pkcs11/xdg-store/tests/Makefile.am
index a0347b3c..9f4db482 100644
--- a/pkcs11/xdg-store/tests/Makefile.am
+++ b/pkcs11/xdg-store/tests/Makefile.am
@@ -13,6 +13,7 @@ LDADD = \
$(top_builddir)/pkcs11/gkm/libgkm.la \
$(top_builddir)/egg/libegg.la \
$(GLIB_LIBS) \
+ $(GTHREAD_LIBS) \
$(LIBGCRYPT_LIBS)
if WITH_P11_TESTS