diff libinterp/corefcn/module.mk @ 15417:dd371063e414

build: Add FFTW_XCPPFLAGS to corefcn convenience library CPPFLAGS * libinterp/Makefile.am: Remove commented rule with FFTW_XCPPFLAGS. * libinterp/corefcn/module.mk: Add FFTW_XCPPFLAGS to CPPFLAGS.
author Rik <rik@octave.org>
date Wed, 19 Sep 2012 10:17:35 -0700
parents 648dabbb4c6b
children f9a737fd8829
line wrap: on
line diff
--- a/libinterp/corefcn/module.mk	Wed Sep 19 10:05:15 2012 -0700
+++ b/libinterp/corefcn/module.mk	Wed Sep 19 10:17:35 2012 -0700
@@ -95,5 +95,5 @@
 noinst_LTLIBRARIES += corefcn/libcorefcn.la
 
 corefcn_libcorefcn_la_SOURCES = $(COREFCN_SRC)
-corefcn_libcorefcn_la_CPPFLAGS = $(liboctinterp_la_CPPFLAGS)
+corefcn_libcorefcn_la_CPPFLAGS = $(liboctinterp_la_CPPFLAGS) $(FFTW_XCPPFLAGS)