Restructure: Move goertzel from common code to 'libgoertzel'

This commit is contained in:
Andreas Eversberg
2017-11-16 07:34:16 +01:00
parent c84318b245
commit 16194c15f9
16 changed files with 19 additions and 8 deletions

View File

@@ -0,0 +1,6 @@
AM_CPPFLAGS = -Wall -Wextra -g $(all_includes)
noinst_LIBRARIES = libgoertzel.a
libgoertzel_a_SOURCES = \
goertzel.c