diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-08-24 18:46:25 -0700 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:37 +0100 |
commit | 819a380195c63640e1f95058dc73596259ee49f5 (patch) | |
tree | 49078511ee686dddf38413a544a3a5de3d66e69a /doc | |
parent | 3942b5dcae527b696e243ce6f7771cbb4ba6c907 (diff) |
Improve check for FFTW
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/reference/Makefile.in b/doc/reference/Makefile.in index 1e22250d..f81c0504 100644 --- a/doc/reference/Makefile.in +++ b/doc/reference/Makefile.in @@ -91,6 +91,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@ |