summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek.chauhan@gmail.com>2009-09-21 15:44:10 +0000
committerStef Walter <stef@memberwebs.com>2009-09-21 15:44:10 +0000
commiteaf00c124242f2872d1fff7368b253114ac17a9f (patch)
tree2f6ba66307e163f48ef4c4707d351a7567caca6e /tool
parentfd4950395ba54d48199986ffd4bf441c95db7417 (diff)
downloadgnome-keyring-eaf00c124242f2872d1fff7368b253114ac17a9f.tar.gz
Fix linking with --as-needed -- "undefined reference to `g_thread_init'"
GNOME Bug 595767 Signed-off-by: Stef Walter <stef@memberwebs.com>
Diffstat (limited to 'tool')
-rw-r--r--tool/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/Makefile.am b/tool/Makefile.am
index 8dd5fcbd..09c03bdf 100644
--- a/tool/Makefile.am
+++ b/tool/Makefile.am
@@ -20,6 +20,7 @@ gnome_keyring_LDADD = \
$(top_builddir)/gp11/libgp11.la \
$(top_builddir)/gcr/libgcr.la \
$(top_builddir)/egg/libegg.la \
+ $(GTHREAD_LIBS) \
$(GTK_LIBS) \
$(GCRYPT_LIBS) \
$(LIBTASN1_LIBS) \