Add libgimpcolor to cdisplay_libadd.

2007-08-07  Tor Lillqvist  <tml@novell.com>

	* modules/Makefile.am: Add libgimpcolor to cdisplay_libadd.


svn path=/trunk/; revision=23137
This commit is contained in:
Tor Lillqvist 2007-08-07 14:42:08 +00:00 committed by Tor Lillqvist
parent ce4675a17d
commit a4c7b092c2
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-08-07 Tor Lillqvist <tml@novell.com>
* modules/Makefile.am: Add libgimpcolor to cdisplay_libadd.
2007-08-07 Sven Neumann <sven@gimp.org>
* plug-ins/common/png.c (save_image): in the absence of an

View File

@ -55,7 +55,7 @@ lib_LTLIBRARIES = \
modules_libadd = $(libgimpmodule) $(libgimpwidgets) $(GTK_LIBS)
colorsel_libadd = $(libgimpcolor) $(modules_libadd)
cdisplay_libadd = $(libgimpbase) $(libgimpconfig) $(modules_libadd)
cdisplay_libadd = $(libgimpbase) $(libgimpconfig) $(libgimpcolor) $(modules_libadd)
controller_libadd = $(modules_libadd)
if HAVE_LCMS