Skip to content

Commit 7340d6c

Browse files
committed
TESTS: add FFTW_CFLAGS to build recent files including smfft.hh
Signed-off-by: Stefan Westerfeld <[email protected]>
1 parent 332cffe commit 7340d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include $(top_srcdir)/Makefile.decl
22

3-
AM_CXXFLAGS += $(GLIB_CFLAGS) $(SNDFILE_CFLAGS) -I$(top_srcdir)/lib -I$(top_srcdir)/src
3+
AM_CXXFLAGS += $(GLIB_CFLAGS) $(FFTW_CFLAGS) $(SNDFILE_CFLAGS) -I$(top_srcdir)/lib -I$(top_srcdir)/src
44

55
ASCII2WAV = $(top_builddir)/tools/ascii2wav
66
SINSIGNAL = $(srcdir)/sinsignal.py

0 commit comments

Comments
 (0)