diff --git a/ChangeLog b/ChangeLog index 49c6cf3217..fa87b6f4e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,6 +18,10 @@ Sat Jul 03 11:27:47 1999 Tor Lillqvist * plug-ins/makefile.cygwin * app/makefile.cygwin: New files. + * modules/Makefile.am + * plug-ins/Makefile.am + * app/Makefile.am: Distribute the makefile.cygwin files. + * app/color_notebook.c: Mark the two functions used by color selection modules for export. diff --git a/app/Makefile.am b/app/Makefile.am index 4355a4b88a..a60561b24a 100644 --- a/app/Makefile.am +++ b/app/Makefile.am @@ -395,6 +395,7 @@ gimp_SOURCES = \ xcf.h EXTRA_DIST = \ + makefile.cygwin \ makefile.msc \ gimp.def \ gimp.rc \ diff --git a/modules/Makefile.am b/modules/Makefile.am index 3b87b6314c..5ad775304a 100644 --- a/modules/Makefile.am +++ b/modules/Makefile.am @@ -12,6 +12,7 @@ INCLUDES = \ -I$(includedir) EXTRA_DIST = \ + makefile.cygwin \ makefile.msc \ module.def diff --git a/plug-ins/Makefile.am b/plug-ins/Makefile.am index 48efe26f66..2e96fc654b 100644 --- a/plug-ins/Makefile.am +++ b/plug-ins/Makefile.am @@ -1,5 +1,9 @@ ## Process this file with automake to produce Makefile.in +EXTRA_DIST = \ + makefile.cygwin \ + makefile.msc + SUBDIRS = \ libgck \ megawidget \