mirror of https://github.com/GNOME/gimp.git
Merged from trunk:
2008-02-11 Sven Neumann <sven@gimp.org> Merged from trunk: * libgimpthumb/Makefile.am (libgimpthumb_2_0_la_LIBADD): explicitly added GLIB_LIBS. Fixes bug #515566. svn path=/branches/gimp-2-4/; revision=24856
This commit is contained in:
parent
9becee4c0a
commit
6494c5c7f0
|
@ -1,3 +1,10 @@
|
|||
2008-02-11 Sven Neumann <sven@gimp.org>
|
||||
|
||||
Merged from trunk:
|
||||
|
||||
* libgimpthumb/Makefile.am (libgimpthumb_2_0_la_LIBADD):
|
||||
explicitly added GLIB_LIBS. Fixes bug #515566.
|
||||
|
||||
2008-02-05 Sven Neumann <sven@gimp.org>
|
||||
|
||||
Merged from trunk:
|
||||
|
|
|
@ -81,7 +81,7 @@ libgimpthumb_2_0_la_LDFLAGS = \
|
|||
$(no_undefined) \
|
||||
$(libgimpthumb_export_symbols)
|
||||
|
||||
libgimpthumb_2_0_la_LIBADD = $(libgimpmath) $(GDK_PIXBUF_LIBS)
|
||||
libgimpthumb_2_0_la_LIBADD = $(libgimpmath) $(GDK_PIXBUF_LIBS) $(GLIB_LIBS)
|
||||
|
||||
|
||||
noinst_PROGRAMS = gimp-thumbnail-list
|
||||
|
|
Loading…
Reference in New Issue