diff options
author | Paul Smith <psmith@gnu.org> | 2005-07-04 03:50:59 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2005-07-04 03:50:59 +0000 |
commit | 0e30f46a624803455dcc74acf9a333666467d253 (patch) | |
tree | ff09a8876c7bd4e23d6265a49cdd6a8e3b85595c /config/Makefile.am | |
parent | 7dfa2461c32020f56a55239830b280752b1748a1 (diff) | |
download | gunmake-0e30f46a624803455dcc74acf9a333666467d253.tar.gz |
Various fixes and updates from testers of the beta3 release (mostly Windows
and OS/2 changes).
Diffstat (limited to 'config/Makefile.am')
-rw-r--r-- | config/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/Makefile.am b/config/Makefile.am index 8295408..34f8b99 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -3,5 +3,6 @@ EXTRA_DIST = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 nls.m4 \ intdiv0.m4 inttypes-pri.m4 inttypes.m4 inttypes_h.m4 \ isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 \ - progtest.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 \ - dospaths.m4 po.m4 + progtest.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 longlong.m4 \ + dospaths.m4 po.m4 signed.m4 longdouble.m4 wchar_t.m4 \ + wint_t.m4 intmax.m4 printf-posix.m4 xsize.m4 size_max.m4 |