Skip to content
  • Michael Natterer's avatar
    Makefile.am configure.in added stuff for the new library below. · e803bedd
    Michael Natterer authored
    2001-01-23  Michael Natterer  <mitch@gimp.org>
    
    	* Makefile.am
    	* configure.in
    	* gimptool.in: added stuff for the new library below.
    
    	* libgimpcolor/.cvsignore
    	* libgimpcolor/Makefile.am
    	* libgimpcolor/gimpcolor.h
    	* libgimpcolor/gimpcolorspace.c
    	* libgimpcolor/gimpcolorspace.h
    	* libgimpcolor/gimpcolortypes.h
    	* libgimpcolor/gimphsv.c
    	* libgimpcolor/gimphsv.h
    	* libgimpcolor/gimprgb.c
    	* libgimpcolor/gimprgb.h: new shared library which both the app
    	and plug-ins link against. The library depends only on glib.
    
    	* libgimpcolor/gimpcolor.def
    	* libgimpcolor/makefile.mingw.in
    	* libgimpcolor/makefile.msc: added Win32 build files which
    	definitely don't work.
    
    	* libgimp/Makefile.am
    	* libgimp/gimpcolor.[ch]
    	* libgimp/gimpcolorspace.[ch]: removed.
    
    	* libgimp/gimp.h
    	* libgimp/gimpadaptivesupersample.c
    	* libgimp/gimpbilinear.c
    	* libgimp/gimppalette.c
    	* libgimp/gimptypes.h: include the stuff from libgimpcolor.
    
    	Plug-Ins don't need to i...
    e803bedd