aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/libfft/Makefile.am6
-rw-r--r--src/libfft/fft.c (renamed from src/common/fft.c)0
-rw-r--r--src/libfft/fft.h (renamed from src/common/fft.h)0
3 files changed, 6 insertions, 0 deletions
diff --git a/src/libfft/Makefile.am b/src/libfft/Makefile.am
new file mode 100644
index 0000000..b6cbfc9
--- /dev/null
+++ b/src/libfft/Makefile.am
@@ -0,0 +1,6 @@
+AM_CPPFLAGS = -Wall -Wextra -g $(all_includes)
+
+noinst_LIBRARIES = libfft.a
+
+libfft_a_SOURCES = \
+ fft.c
diff --git a/src/common/fft.c b/src/libfft/fft.c
index fb819e1..fb819e1 100644
--- a/src/common/fft.c
+++ b/src/libfft/fft.c
diff --git a/src/common/fft.h b/src/libfft/fft.h
index 8387a8e..8387a8e 100644
--- a/src/common/fft.h
+++ b/src/libfft/fft.h