[gimp] libgimpthumb: use GIO_CFLAGS/LIBS not GLIB_CFLAGS/LIBS



commit 66847b4cfd77731a526b32ca51d855ae7a087c36
Author: Michael Natterer <mitch gimp org>
Date:   Sat Jun 29 18:11:07 2013 +0200

    libgimpthumb: use GIO_CFLAGS/LIBS not GLIB_CFLAGS/LIBS

 libgimpthumb/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgimpthumb/Makefile.am b/libgimpthumb/Makefile.am
index 3130592..d2dfc9a 100644
--- a/libgimpthumb/Makefile.am
+++ b/libgimpthumb/Makefile.am
@@ -49,7 +49,7 @@ AM_CPPFLAGS = \
        -DGIMP_THUMB_COMPILATION        \
        -I$(top_srcdir)                 \
        $(GDK_PIXBUF_CFLAGS)            \
-       $(GLIB_CFLAGS)                  \
+       $(GIO_CFLAGS)                   \
        -I$(includedir)                 \
        $(xobjective_c)
 
@@ -86,7 +86,7 @@ libgimpthumb_ GIMP_API_VERSION@_la_LDFLAGS = \
 
 libgimpthumb_ GIMP_API_VERSION@_la_LIBADD = \
        $(GDK_PIXBUF_LIBS)      \
-       $(GLIB_LIBS) 
+       $(GIO_LIBS) 
 
 
 noinst_PROGRAMS = gimp-thumbnail-list


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]