add libgimpcolor to libgimpui's LIBADD, should fix bug #118475.
2003-07-28 Manish Singh <yosh@gimp.org> * libgimp/Makefile.am: add libgimpcolor to libgimpui's LIBADD, should fix bug #118475.
This commit is contained in:

committed by
Manish Singh

parent
4ffa2cdefa
commit
7254eb85bd
@ -1,3 +1,8 @@
|
||||
2003-07-28 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* libgimp/Makefile.am: add libgimpcolor to libgimpui's LIBADD,
|
||||
should fix bug #118475.
|
||||
|
||||
2003-07-28 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/text/gimptext-vectors.c: define FT_GLYPH_FORMAT_OUTLINE as
|
||||
|
@ -246,7 +246,8 @@ libgimpui_1_3_la_LDFLAGS = \
|
||||
$(no_undefined) \
|
||||
$(libgimpui_export_symbols)
|
||||
|
||||
libgimpui_1_3_la_LIBADD = $(libgimp) $(libgimpwidgets) $(libgimpbase) $(GTK_LIBS)
|
||||
libgimpui_1_3_la_LIBADD = $(libgimp) $(libgimpwidgets) $(libgimpcolor) \
|
||||
$(libgimpbase) $(GTK_LIBS)
|
||||
|
||||
libgimpui_1_3_la_DEPENDENCIES = $(gimpui_def)
|
||||
|
||||
|
Reference in New Issue
Block a user