From: Bruno Haible Date: Sat, 12 Feb 2005 18:46:03 +0000 (+0000) Subject: Distribute windows/getopt.h. X-Git-Tag: v0.14.2~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2767ad06cae9f0ebb49c6dcf545ec0ac73c228d;p=thirdparty%2Fgettext.git Distribute windows/getopt.h. --- diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index 10619b7b8..acebe1f68 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,8 @@ +2005-02-12 Bruno Haible + + * windows/getopt.h: New file. + * Makefile.am (EXTRA_DIST): Add it. + 2005-02-11 Bruno Haible * windows/gettextlib.rc: Bump version number to 0.14.2. diff --git a/gettext-tools/Makefile.am b/gettext-tools/Makefile.am index 786d4250e..a78b9ab63 100644 --- a/gettext-tools/Makefile.am +++ b/gettext-tools/Makefile.am @@ -233,4 +233,4 @@ windows/stdbool.h: lib/stdbool_.h all-local : windows/stdbool.h -EXTRA_DIST += README.woe32 Makefile.msvc config.h.msvc windows/alloca.h windows/fnmatch.h windows/stdbool.h windows/gettextlib.def windows/gettextsrc.def windows/gettextpo.def windows/gettextlib.rc windows/gettextsrc.rc windows/gettextpo.rc +EXTRA_DIST += README.woe32 Makefile.msvc config.h.msvc windows/alloca.h windows/fnmatch.h windows/getopt.h windows/stdbool.h windows/gettextlib.def windows/gettextsrc.def windows/gettextpo.def windows/gettextlib.rc windows/gettextsrc.rc windows/gettextpo.rc