[gimp/gimp-2-8] Bug 686602 - missing EXIF_CFLAGS when building plug-ins/file-psd



commit e41e5ab6437e601482697d7a2f3da514737e3e6f
Author: Michael Natterer <mitch gimp org>
Date:   Mon Oct 22 14:59:51 2012 +0200

    Bug 686602 - missing EXIF_CFLAGS when building plug-ins/file-psd
    
    Apply patch from John Hein which adds EXIF_CFLAGS to INCLUDES.
    (cherry picked from commit 890ae48330f788787ea5d8b3f79e8d7dd993202d)

 plug-ins/file-psd/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plug-ins/file-psd/Makefile.am b/plug-ins/file-psd/Makefile.am
index bd59401..0516ebe 100644
--- a/plug-ins/file-psd/Makefile.am
+++ b/plug-ins/file-psd/Makefile.am
@@ -50,6 +50,7 @@ EXTRA_DIST = \
 INCLUDES = \
 	-I$(top_srcdir)		\
 	$(GTK_CFLAGS)		\
+	$(EXIF_CFLAGS)		\
 	-I$(includedir)
 
 LDADD = \



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