diff options
author | Werner Koch <[email protected]> | 2011-04-06 18:10:45 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2011-04-06 18:10:45 +0000 |
commit | cdefec02b385dcf3302e47d380812c3450e8713c (patch) | |
tree | 1cec16358abecbea533e05f27324174d59a6c39f /src/ChangeLog | |
parent | Update gpg-error.m4 (diff) | |
download | gpgme-cdefec02b385dcf3302e47d380812c3450e8713c.tar.gz gpgme-cdefec02b385dcf3302e47d380812c3450e8713c.zip |
gpgme-config cleanups and --host option
gpgme-config.in: Add option --host. Change options --cflags and
--libs to collapse duplicate include and lib dirs. Try to put extra
libs at the end.
Note that gpgme.m4 has not yet been extended.
Diffstat (limited to '')
-rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 07b62bdb..cf5a5efd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,9 @@ 2011-04-06 Werner Koch <[email protected]> + * gpgme-config.in: Add option --host. Change options --cflags and + --libs to collapse duplicate include and lib dirs. Try to put + extra libs at the end. + * gpgme.h.in: Use INSERT__TYPEDEFS_FOR_GPGME_H to include platform specific typedefs. |