[gimp] Use GTK_CFLAGS instead of GLIB_CFLAGS to fix a compile problem



commit cb86ffb1e86013d8211fc2f3149e002ec7791fc2
Author: Michael Schumacher <schumaml gmx de>
Date:   Thu Aug 4 23:13:10 2011 +0200

    Use GTK_CFLAGS instead of GLIB_CFLAGS to fix a compile problem

 plug-ins/twain/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/twain/Makefile.am b/plug-ins/twain/Makefile.am
index 10a377a..5f7639b 100644
--- a/plug-ins/twain/Makefile.am
+++ b/plug-ins/twain/Makefile.am
@@ -55,7 +55,7 @@ EXTRA_DIST = \
 
 INCLUDES = \
 	-I$(top_srcdir)	\
-	$(GLIB_CFLAGS)	\
+	$(GTK_CFLAGS)	\
 	-I$(includedir)
 
 LDADD = \



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