aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2009-12-08 21:38:22 +0000
committerMarcus Brinkmann <[email protected]>2009-12-08 21:38:22 +0000
commit0a80f620897355a7b264c8fa1047c47fe2e86970 (patch)
tree37251d6c9d3d9c0071cb7c8be9c015f89033a0ce /src/ChangeLog
parent2009-12-08 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-0a80f620897355a7b264c8fa1047c47fe2e86970.tar.gz
gpgme-0a80f620897355a7b264c8fa1047c47fe2e86970.zip
2009-12-08 Marcus Brinkmann <[email protected]>
Update to libtool 2.2.6a. * configure.ac: Invoke AC_CONFIG_MACRO_DIR. (AC_LIBTOOL_WIN32_DLL, AC_LIBTOOL_RC): Replace by ... (LT_PREREQ, LT_INIT, LT_LANG): ... these. * config.guess, config.sub, install-sh, ltmain.sh, m4/libtool.m4: Updated to libtool 2.2.6a. * m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4, m4/lt~obsolete.m4: New files from libtool 2.2.6a. src/ 2009-12-08 Marcus Brinkmann <[email protected]> * Makefile.am (LTRCCOMPILE): Refactor with ... (RCCOMPILE): ... this new macro. (SUFFIXES): Add .lo. (gpgme_res_ldflag): Removed. (gpgme_res): Use libtool object file name here. (libgpgme_la_LDFLAGS): Remove gpgme_res_ldflag usage.
Diffstat (limited to '')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 62671a84..608db50a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
2009-12-08 Marcus Brinkmann <[email protected]>
+ * Makefile.am (LTRCCOMPILE): Refactor with ...
+ (RCCOMPILE): ... this new macro.
+ (SUFFIXES): Add .lo.
+ (gpgme_res_ldflag): Removed.
+ (gpgme_res): Use libtool object file name here.
+ (libgpgme_la_LDFLAGS): Remove gpgme_res_ldflag usage.
+ (libgpgme_la_LIBADD): Add gpgme_res.
+
* ath.c (ath_self) [HAVE_W32_SYSTEM]: Fix typo.
2009-12-02 Werner Koch <[email protected]>