[gegl] build: include LCMS C flags when building lcms-from-profile



commit 4804364286aeb77aa5e05be8bd45594cd1bd9b5e
Author: Kristian Rietveld <kris loopnest org>
Date:   Sun Apr 24 12:06:13 2016 +0200

    build: include LCMS C flags when building lcms-from-profile

 operations/external/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/external/Makefile.am b/operations/external/Makefile.am
index 4e40a39..9231187 100644
--- a/operations/external/Makefile.am
+++ b/operations/external/Makefile.am
@@ -126,7 +126,7 @@ if HAVE_LCMS
 ops += lcms-from-profile.la
 lcms_from_profile_la_SOURCES = lcms-from-profile.c
 lcms_from_profile_la_LIBADD  = $(op_libs) $(LCMS_LIBS)
-lcms_from_profile_la_CFLAGS  = $(AM_CFLAGS)
+lcms_from_profile_la_CFLAGS  = $(AM_CFLAGS) $(LCMS_CFLAGS)
 endif
  
 if HAVE_TIFF


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