summaryrefslogtreecommitdiffstats
path: root/sm/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2005-03-03 11:15:07 +0100
committerWerner Koch <wk@gnupg.org>2005-03-03 11:15:07 +0100
commitdf05dde9d59e4ed2a8eefd0a5e285f4930ac7e3a (patch)
treecb373b36872599bb38649501394c204332ca1146 /sm/Makefile.am
parent2005-03-02 Moritz Schulte <moritz@g10code.com> (diff)
downloadgnupg2-df05dde9d59e4ed2a8eefd0a5e285f4930ac7e3a.tar.xz
gnupg2-df05dde9d59e4ed2a8eefd0a5e285f4930ac7e3a.zip
* acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Accidently used
--ldflags instead of --cflags. Reported by Kazu Yamamoto. * Makefile.am (AM_CFLAGS): Added PTH_CFLAGS. Noted by Kazu Yamamoto. * Makefile.am (gpgsm_LDADD): Added PTH_LIBS. Noted by Kazu Yamamoto.
Diffstat (limited to 'sm/Makefile.am')
-rw-r--r--sm/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/Makefile.am b/sm/Makefile.am
index 9136eb920..d4f972527 100644
--- a/sm/Makefile.am
+++ b/sm/Makefile.am
@@ -54,6 +54,6 @@ gpgsm_SOURCES = \
gpgsm_LDADD = ../jnlib/libjnlib.a ../kbx/libkeybox.a \
../common/libcommon.a \
$(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(LIBASSUAN_LIBS) -lgpg-error \
- $(LIBINTL)
+ $(LIBINTL) $(PTH_LIBS)