summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorStefan Walter <stefw@src.gnome.org>2008-08-28 02:08:23 +0000
committerStefan Walter <stefw@src.gnome.org>2008-08-28 02:08:23 +0000
commit836f009b631c648cd63e22c2a9cc7364bf3df634 (patch)
tree4ae2783de8e5d82cd8dc94ed0bbb8000bc5ca466 /tool
parent5fda0f27b1c74d0514c9404d912d80dfea72ac61 (diff)
downloadgnome-keyring-836f009b631c648cd63e22c2a9cc7364bf3df634.tar.gz
Build fix. Include gthread library in tool binary. Fixes bug #548424.
* tool/Makefile.am: Build fix. Include gthread library in tool binary. Fixes bug #548424. Patch by Götz Waschk svn path=/trunk/; revision=1274
Diffstat (limited to 'tool')
-rw-r--r--tool/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)