diff options
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | NEWS | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 7d986cd..69b12bd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,8 +36,8 @@ GITLOG_TO_CHANGELOG=gitlog-to-changelog EXTRA_DIST = autogen.sh autogen.rc libgpg-error.spec.in \ VERSION COPYING COPYING.LIB doc/HACKING ChangeLog-2011 \ po/ChangeLog-2011 m4/ChangeLog-2011 \ - build-aux/git-log-footer build-aux/git-log-fix - + build-aux/git-log-footer build-aux/git-log-fix \ + build-aux/libtool.patch if LANGUAGES_SOME lang_subdirs = lang @@ -1,6 +1,7 @@ Noteworthy changes in version 1.48 (unreleased) [C34/A34/R_] ----------------------------------------------- + * New configure option --with-libtool-modification. [T6619] Release-info: https://dev.gnupg.org/T6441 |