diff options
author | Werner Koch <[email protected]> | 2007-07-05 20:11:11 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-07-05 20:11:11 +0000 |
commit | 2f6b5cee0adbb7137c25bde11bd833e792c645f9 (patch) | |
tree | d683be0ba67c80a39956ad1bb6eb377ffccd4dcf /sm | |
parent | Prearing a release (diff) | |
download | gnupg-2f6b5cee0adbb7137c25bde11bd833e792c645f9.tar.gz gnupg-2f6b5cee0adbb7137c25bde11bd833e792c645f9.zip |
Last minute Makefile library reordering for the sake of non-GNU systems.gnupg-2.0.5
Diffstat (limited to 'sm')
-rw-r--r-- | sm/ChangeLog | 4 | ||||
-rw-r--r-- | sm/Makefile.am | 4 |
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) \ |