app/Makefile.am libgimp/Makefile.am libgimpbase/Makefile.am

2001-11-26  Kelly Martin  <kmartin@pyrzqxgl.org>

	* app/Makefile.am
	* libgimp/Makefile.am
	* libgimpbase/Makefile.am
	* libgimpcolor/Makefile.am
	* libgimpmath/Makefile.am
	* libgimpwidgets/Makefile.am
	* plug-ins/Makefile.am:
	Commented out makefile.mingw rules in Makefile.am.  These conflict
	with the default rules generated by automake and generate annoying
	warnings.  tml doesn't think they're needed anymore.  If it turns
	out they are, they can be added back.
This commit is contained in:
Kelly Martin
2001-11-26 19:06:40 +00:00
committed by Kelly Martin
parent 5fcd04f0e8
commit 0cc4c54c94
8 changed files with 36 additions and 14 deletions

View File

@ -70,5 +70,6 @@ libgimpbase_1_3_la_LDFLAGS = @STRIP_BEGIN@ \
libgimpbase_1_3_la_LIBADD = $(GLIB_LIBS)
makefile.mingw: $(top_builddir)/config.status $(top_srcdir)/libgimpcolor/makefile.mingw.in
cd $(top_builddir) && CONFIG_FILES=libgimpcolor/$@ CONFIG_HEADERS= $(SHELL) ./config.status
## this is probably cruft, but may not be. -klm
## makefile.mingw: $(top_builddir)/config.status $(top_srcdir)/libgimpcolor/makefile.mingw.in
## cd $(top_builddir) && CONFIG_FILES=libgimpcolor/$@ CONFIG_HEADERS= $(SHELL) ./config.status