aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2017-11-16 18:37:25 +0100
committerAndreas Eversberg <jolly@eversberg.eu>2017-11-25 19:23:59 +0100
commit7af9b752a03675ee1f219c0bf14162c5c628870b (patch)
treee5a45e436b29108e4014998c84a74300f13bb383 /src/common
parentcb30c96bc67d195bde2586161d383cf14d1cae8c (diff)
Restructure: Move 'libgermantone' to a-netz code
Diffstat (limited to 'src/common')
-rw-r--r--src/common/Makefile.am1
-rw-r--r--src/common/display_spectrum.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am
index 56b4c84..52ee381 100644
--- a/src/common/Makefile.am
+++ b/src/common/Makefile.am
@@ -7,7 +7,6 @@ libcommon_a_SOURCES = \
debug.c \
sound_alsa.c \
compandor.c \
- fft.c \
fm_modulation.c \
fsk.c \
display_wave.c \
diff --git a/src/common/display_spectrum.c b/src/common/display_spectrum.c
index 54c0fc0..80af735 100644
--- a/src/common/display_spectrum.c
+++ b/src/common/display_spectrum.c
@@ -24,7 +24,7 @@
#include <math.h>
#include "sample.h"
#include "sender.h"
-#include "fft.h"
+#include "../libfft/fft.h"
#define HEIGHT 20