aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-08-24 18:46:25 -0700
committerThomas White <taw@physics.org>2012-02-22 15:27:37 +0100
commit819a380195c63640e1f95058dc73596259ee49f5 (patch)
tree49078511ee686dddf38413a544a3a5de3d66e69a /Makefile.in
parent3942b5dcae527b696e243ce6f7771cbb4ba6c907 (diff)
Improve check for FFTW
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 245041db..bdbe7bfd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -460,6 +460,8 @@ ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
EXEEXT = @EXEEXT@
+FFTW_CFLAGS = @FFTW_CFLAGS@
+FFTW_LIBS = @FFTW_LIBS@
GDK_pixbuf_2_CFLAGS = @GDK_pixbuf_2_CFLAGS@
GDK_pixbuf_2_LIBS = @GDK_pixbuf_2_LIBS@
GDK_pixbuf_CFLAGS = @GDK_pixbuf_CFLAGS@