gimp/libgimpcolor
Michael Natterer a2f7750d85 Always provide interlibrary dependencies, not just on Win32.
2003-05-23  Michael Natterer  <mitch@gimp.org>

	* modules/Makefile.am: Always provide interlibrary
	dependencies, not just on Win32.

	* Makefile.am
	* app/Makefile.am
	* app/config/Makefile.am
	* data/misc/Makefile.am
	* docs/Makefile.am
	* libgimp/Makefile.am
	* libgimpbase/Makefile.am
	* libgimpcolor/Makefile.am
	* libgimpmath/Makefile.am
	* libgimpmodule/Makefile.am
	* libgimpwidgets/Makefile.am
	* tools/Makefile.am: replaced many hardcoded "1.3" strings by
	$(LT_RELEASE). Hopefully didn't break the Win32 build...
2003-05-23 17:28:07 +00:00
..
.cvsignore Additions for Win32: Use -no-undefined. Use the .def file. Produce MS 2002-03-29 23:24:42 +00:00
gimpadaptivesupersample.c app/Makefile.am removed. 2001-05-09 22:34:59 +00:00
gimpadaptivesupersample.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpbilinear.c libgimpcolor/gimpbilinear.[ch] applied a patch from David Necas 2003-03-02 16:27:01 +00:00
gimpbilinear.h libgimpcolor/gimpbilinear.[ch] applied a patch from David Necas 2003-03-02 16:27:01 +00:00
gimpcolor.def libgimpcolor/gimpbilinear.[ch] applied a patch from David Necas 2003-03-02 16:27:01 +00:00
gimpcolor.h app/Makefile.am removed. 2001-05-09 22:34:59 +00:00
gimpcolorspace.c removed redundant functions gimp_rgb_to_hsv_double() and 2003-05-20 18:29:13 +00:00
gimpcolorspace.h removed redundant functions gimp_rgb_to_hsv_double() and 2003-05-20 18:29:13 +00:00
gimpcolortypes.h Some color API cleanup: 2003-05-20 10:20:34 +00:00
gimphsv.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
gimphsv.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimprgb.c fixed gimp_rgb_intensity_uchar() which used to return 0 or 1 instead of 0 2003-02-27 20:12:52 +00:00
gimprgb.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
Makefile.am Always provide interlibrary dependencies, not just on Win32. 2003-05-23 17:28:07 +00:00
makefile.mingw.in Additions for Win32: Use -no-undefined. Use the .def file. Produce MS 2002-03-29 23:24:42 +00:00
makefile.msc from now on use make.msc from $(TOP)/glib/build/win32; all occurences of 2002-02-17 15:55:54 +00:00