summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-11-04 15:23:23 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-11-04 15:23:51 -0600
commitfaef2e51d0c7b74334a11400b205daf382805780 (patch)
tree8324ebfc11e6e7cd8cd7d81ea29a1511b09760f0 /configure.ac
parent94a6776e2ae4e61bc58081ff6d734890f1458c5a (diff)
fix some lcms2 gbuildification breakages...
Change-Id: Icad3132c1710c62559c35964fe5ce3f466646f13
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d206c3f73af2..e325f4b84081 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7042,6 +7042,8 @@ if test "$with_system_lcms2" = "yes"; then
else
AC_MSG_RESULT([internal])
SYSTEM_LCMS2=NO
+ LCMS2_CFLAGS="-I${OUTDIR}/inc/lcms2"
+ LCMS2_LIBS="-L${OUTDIR}/lib -llcms2"
LCMS2_TARBALL="861ef15fa0bc018f9ddc932c4ad8b6dd-lcms2-2.4.tar.gz"
BUILD_TYPE="$BUILD_TYPE LCMS2"
fi