Restructure: Move filters from common code to 'libfilter'

This commit is contained in:
Andreas Eversberg
2017-11-13 19:15:09 +01:00
parent fc1c5de547
commit 669705c6ed
26 changed files with 34 additions and 13 deletions

View File

@@ -0,0 +1,6 @@
AM_CPPFLAGS = -Wall -Wextra -g $(all_includes)
noinst_LIBRARIES = libfilter.a
libfilter_a_SOURCES = \
iir_filter.c