modules/Makefile.am plug-ins/Makefile.am Distribute the makefile.cygwin

* modules/Makefile.am
	* plug-ins/Makefile.am
	* app/Makefile.am: Distribute the makefile.cygwin files.
This commit is contained in:
Tor Lillqvist 1999-07-03 08:31:50 +00:00
parent c940495371
commit 47f0603eb4
4 changed files with 10 additions and 0 deletions

View file

@ -18,6 +18,10 @@ Sat Jul 03 11:27:47 1999 Tor Lillqvist <tml@iki.fi>
* 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.

View file

@ -395,6 +395,7 @@ gimp_SOURCES = \
xcf.h
EXTRA_DIST = \
makefile.cygwin \
makefile.msc \
gimp.def \
gimp.rc \

View file

@ -12,6 +12,7 @@ INCLUDES = \
-I$(includedir)
EXTRA_DIST = \
makefile.cygwin \
makefile.msc \
module.def

View file

@ -1,5 +1,9 @@
## Process this file with automake to produce Makefile.in
EXTRA_DIST = \
makefile.cygwin \
makefile.msc
SUBDIRS = \
libgck \
megawidget \