From 836f009b631c648cd63e22c2a9cc7364bf3df634 Mon Sep 17 00:00:00 2001 From: Stefan Walter Date: Thu, 28 Aug 2008 02:08:23 +0000 Subject: Build fix. Include gthread library in tool binary. Fixes bug #548424. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * tool/Makefile.am: Build fix. Include gthread library in tool binary. Fixes bug #548424. Patch by Götz Waschk svn path=/trunk/; revision=1274 --- tool/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool') diff --git a/tool/Makefile.am b/tool/Makefile.am index 605c4295..0d7ee535 100644 --- a/tool/Makefile.am +++ b/tool/Makefile.am @@ -15,4 +15,4 @@ gnome_keyring_SOURCES = \ gnome_keyring_LDADD = \ $(top_builddir)/gp11/libgp11.la \ - $(GLIB_LIBS) + $(GLIB_LIBS) $(GTHREAD_LIBS) -- cgit v1.2.1