aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-09-17 17:21:40 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:57 +0100
commit712c5ba81d19456906e7efcef592630949761673 (patch)
tree8287f9ac7dbc23216b875bd9087a77bb9ff3f9e3 /configure.ac
parent3d19655709a6dbb6e82b3ef4b9e157e89d67371e (diff)
Update build scripts
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 9310c259..e44d34d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -152,8 +152,8 @@ AS_IF([test "x$enable_cairo" != "xno"],
CFLAGS="$CFLAGS $HDF5_CFLAGS $GTK_CFLAGS $GSL_CFLAGS $OPENCL_CFLAGS -pthread"
-CFLAGS="$CFLAGS $LIBTIFF_CFLAGS -D_GNU_SOURCE"
+CFLAGS="$CFLAGS $LIBTIFF_CFLAGS -D_GNU_SOURCE $LIBPNG_CFLAGS"
LIBS="$LIBS $HDF5_LIBS -lm -lz $GSL_LIBS $GTK_LIBS $OPENCL_LIBS -pthread"
-LIBS="$LIBS $LIBTIFF_LIBS"
+LIBS="$LIBS $LIBTIFF_LIBS $LIBPNG_LIBS"
AC_OUTPUT(Makefile src/Makefile data/Makefile doc/Makefile scripts/Makefile)