aboutsummaryrefslogtreecommitdiffstats
path: root/sm
diff options
context:
space:
mode:
Diffstat (limited to 'sm')
-rw-r--r--sm/ChangeLog5
-rw-r--r--sm/Makefile.am4
2 files changed, 7 insertions, 2 deletions
diff --git a/sm/ChangeLog b/sm/ChangeLog
index 41cf7bd35..aa9ac91bc 100644
--- a/sm/ChangeLog
+++ b/sm/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-08 Marcus Brinkmann <[email protected]>
+
+ * Makefile.am (gpgsm_LDADD): Add ../gl/libgnu.a after
+ ../common/libcommon.a.
+
2005-09-08 Werner Koch <[email protected]>
* export.c (popen_protect_tool): Add option --have-cert. We
diff --git a/sm/Makefile.am b/sm/Makefile.am
index e5311e967..69a286e55 100644
--- a/sm/Makefile.am
+++ b/sm/Makefile.am
@@ -52,8 +52,8 @@ gpgsm_SOURCES = \
certreqgen.c
-gpgsm_LDADD = ../gl/libgnu.a ../jnlib/libjnlib.a ../kbx/libkeybox.a \
- ../common/libcommon.a \
+gpgsm_LDADD = ../jnlib/libjnlib.a ../kbx/libkeybox.a \
+ ../common/libcommon.a ../gl/libgnu.a \
$(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(LIBASSUAN_LIBS) -lgpg-error \
$(LIBINTL) $(PTH_LIBS)