aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-01-16 19:10:13 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:11 +0100
commit6f2c69fde931686c7400595ae162bccdd899de51 (patch)
treec8d427ab2261e0f217f1af95ad43a9ab56d070c5 /lib
parentd1d03a3ed5869dac9060bb23dfc71cd8433c36ee (diff)
Use pkg-config to get GSL flags
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 0b4d3f2d..0bb2ab3a 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -205,6 +205,8 @@ GNULIB_STRSTR = @GNULIB_STRSTR@
GNULIB_STRTOK_R = @GNULIB_STRTOK_R@
GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@
GREP = @GREP@
+GSL_CFLAGS = @GSL_CFLAGS@
+GSL_LIBS = @GSL_LIBS@
GTK_CFLAGS = @GTK_CFLAGS@
GTK_LIBS = @GTK_LIBS@
HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@