From eaf00c124242f2872d1fff7368b253114ac17a9f Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Mon, 21 Sep 2009 15:44:10 +0000 Subject: Fix linking with --as-needed -- "undefined reference to `g_thread_init'" GNOME Bug 595767 Signed-off-by: Stef Walter --- tool/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'tool') 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) \ -- cgit v1.2.1