aboutsummaryrefslogtreecommitdiffstats
path: root/sm
diff options
context:
space:
mode:
Diffstat (limited to 'sm')
-rw-r--r--sm/ChangeLog4
-rw-r--r--sm/Makefile.am4
2 files changed, 6 insertions, 2 deletions
diff --git a/sm/ChangeLog b/sm/ChangeLog
index 8f24b1d40..d17afc615 100644
--- a/sm/ChangeLog
+++ b/sm/ChangeLog
@@ -1,3 +1,7 @@
+2007-07-05 Werner Koch <[email protected]>
+
+ * Makefile.am (common_libs): Changed order of libs.
+
2007-07-04 Werner Koch <[email protected]>
* certchain.c (check_cert_policy): Remove extra checks for
diff --git a/sm/Makefile.am b/sm/Makefile.am
index 9427905a1..e551bbd0a 100644
--- a/sm/Makefile.am
+++ b/sm/Makefile.am
@@ -52,8 +52,8 @@ gpgsm_SOURCES = \
qualified.c
-common_libs = ../jnlib/libjnlib.a ../kbx/libkeybox.a \
- $(libcommon) ../gl/libgnu.a
+common_libs = $(libcommon) ../jnlib/libjnlib.a ../kbx/libkeybox.a \
+ ../gl/libgnu.a
gpgsm_LDADD = $(common_libs) ../common/libgpgrl.a \
$(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(LIBASSUAN_LIBS) \