aboutsummaryrefslogtreecommitdiffstats
path: root/sm
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2005-03-03 10:15:07 +0000
committerWerner Koch <[email protected]>2005-03-03 10:15:07 +0000
commitdf05dde9d59e4ed2a8eefd0a5e285f4930ac7e3a (patch)
treecb373b36872599bb38649501394c204332ca1146 /sm
parent2005-03-02 Moritz Schulte <[email protected]> (diff)
downloadgnupg-df05dde9d59e4ed2a8eefd0a5e285f4930ac7e3a.tar.gz
gnupg-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 '')
-rw-r--r--sm/ChangeLog4
-rw-r--r--sm/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/sm/ChangeLog b/sm/ChangeLog
index a4f07b048..85af542d0 100644
--- a/sm/ChangeLog
+++ b/sm/ChangeLog
@@ -1,3 +1,7 @@
+2005-03-03 Werner Koch <[email protected]>
+
+ * Makefile.am (gpgsm_LDADD): Added PTH_LIBS. Noted by Kazu Yamamoto.
+
2005-01-13 Werner Koch <[email protected]>
* certreqgen.c (proc_parameters): Cast printf arg.
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)