Restructure: Move fft from common code to 'libfft'

This commit is contained in:
Andreas Eversberg 2017-11-16 18:25:03 +01:00
parent 40c24a70b2
commit cb30c96bc6
3 changed files with 6 additions and 0 deletions

6
src/libfft/Makefile.am Normal file
View File

@ -0,0 +1,6 @@
AM_CPPFLAGS = -Wall -Wextra -g $(all_includes)
noinst_LIBRARIES = libfft.a
libfft_a_SOURCES = \
fft.c