mirror of https://github.com/GNOME/gimp.git
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:
parent
c940495371
commit
47f0603eb4
|
@ -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.
|
||||
|
||||
|
|
|
@ -395,6 +395,7 @@ gimp_SOURCES = \
|
|||
xcf.h
|
||||
|
||||
EXTRA_DIST = \
|
||||
makefile.cygwin \
|
||||
makefile.msc \
|
||||
gimp.def \
|
||||
gimp.rc \
|
||||
|
|
|
@ -12,6 +12,7 @@ INCLUDES = \
|
|||
-I$(includedir)
|
||||
|
||||
EXTRA_DIST = \
|
||||
makefile.cygwin \
|
||||
makefile.msc \
|
||||
module.def
|
||||
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
EXTRA_DIST = \
|
||||
makefile.cygwin \
|
||||
makefile.msc
|
||||
|
||||
SUBDIRS = \
|
||||
libgck \
|
||||
megawidget \
|
||||
|
|
Loading…
Reference in New Issue