summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--tool/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a6f771f8..2d611e05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-08-27 Stef Walter <stef@memberwebs.com>
+ * tool/Makefile.am: Build fix. Include gthread library in
+ tool binary. Fixes bug #548424. Patch by Götz Waschk
+
+2008-08-27 Stef Walter <stef@memberwebs.com>
+
* common/gkr-crypto.c: Fix build problems with string formats.
2008-08-22 Stef Walter <stef@memberwebs.com>
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)