Restructure: Move goertzel from common code to 'libgoertzel'
This commit is contained in:
6
src/libgoertzel/Makefile.am
Normal file
6
src/libgoertzel/Makefile.am
Normal file
@@ -0,0 +1,6 @@
|
||||
AM_CPPFLAGS = -Wall -Wextra -g $(all_includes)
|
||||
|
||||
noinst_LIBRARIES = libgoertzel.a
|
||||
|
||||
libgoertzel_a_SOURCES = \
|
||||
goertzel.c
|
Reference in New Issue
Block a user