diff --git a/ChangeLog b/ChangeLog index 1622c1c6c1..431596bffe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -27,7 +27,11 @@ libgimp*/Makefile.am files: Use -no-undefined. Conditionally link to ../lib*/*.la as needed. Use the .def file. Produce MS style import library if possible. Install and uninstall import - libraries. Don't distribute makefile.mingw{,.in}. + libraries. + + * libgimp/Makefile.am + * modules/Makefile.am + * plug-ins/Makefile.am: Don't distribute makefile.mingw{,.in}. * libgimpproxy/gimpproxy.def * libgimptool/gimptool.def: New files. diff --git a/modules/Makefile.am b/modules/Makefile.am index 442b9f2906..42042f2ae4 100644 --- a/modules/Makefile.am +++ b/modules/Makefile.am @@ -8,8 +8,6 @@ INCLUDES = \ -I$(includedir) EXTRA_DIST = \ - makefile.mingw \ - makefile.mingw.in \ makefile.msc \ module.def \ colorsel_water.c diff --git a/plug-ins/Makefile.am b/plug-ins/Makefile.am index 2199ef984d..96a561f05d 100644 --- a/plug-ins/Makefile.am +++ b/plug-ins/Makefile.am @@ -1,8 +1,6 @@ ## Process this file with automake to produce Makefile.in EXTRA_DIST = \ - makefile.mingw \ - makefile.mingw.in \ makefile.msc \ twain/README \ twain/tw_dump.c \