explicitly added GLIB_LIBS. Fixes bug #515566.
2008-02-11 Sven Neumann <sven@gimp.org> * libgimpthumb/Makefile.am (libgimpthumb_2_0_la_LIBADD): explicitly added GLIB_LIBS. Fixes bug #515566. svn path=/trunk/; revision=24855
This commit is contained in:
parent
75a3786e8a
commit
dc9ad3ee3d
@ -1,7 +1,12 @@
|
||||
2008-02-11 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpthumb/Makefile.am (libgimpthumb_2_0_la_LIBADD):
|
||||
explicitly added GLIB_LIBS. Fixes bug #515566.
|
||||
|
||||
2008-02-11 Øyvind Kolås <pippin@gimp.org>
|
||||
|
||||
* app/gegl/gimpoperationtilesource.c: context_id argument was removed
|
||||
from the process() call of GeglOperationSource.
|
||||
* app/gegl/gimpoperationtilesource.c: context_id argument was
|
||||
removed from the process() call of GeglOperationSource.
|
||||
|
||||
2008-02-10 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
|
@ -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
Block a user