aboutsummaryrefslogtreecommitdiffstats
path: root/src/nmt
diff options
context:
space:
mode:
Diffstat (limited to 'src/nmt')
-rw-r--r--src/nmt/Makefile.am1
-rw-r--r--src/nmt/nmt.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/nmt/Makefile.am b/src/nmt/Makefile.am
index d8a3c1e..6edcc0e 100644
--- a/src/nmt/Makefile.am
+++ b/src/nmt/Makefile.am
@@ -22,6 +22,7 @@ nmt_SOURCES = \
nmt_LDADD = \
$(COMMON_LA) \
libdmssms.a \
+ $(top_builddir)/src/libgoertzel/libgoertzel.a \
$(top_builddir)/src/libjitter/libjitter.a \
$(top_builddir)/src/libhagelbarger/libhagelbarger.a \
$(top_builddir)/src/libdtmf/libdtmf.a \
diff --git a/src/nmt/nmt.h b/src/nmt/nmt.h
index aaa61f6..163c0af 100644
--- a/src/nmt/nmt.h
+++ b/src/nmt/nmt.h
@@ -4,7 +4,7 @@
#include "../libdtmf/dtmf_encode.h"
#include "../common/call.h"
#include "../common/fsk.h"
-#include "../common/goertzel.h"
+#include "../libgoertzel/goertzel.h"
#include "dms.h"
#include "sms.h"