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

@@ -16,6 +16,7 @@ osmotv_LDADD = \
$(COMMON_LA) \
$(top_builddir)/src/common/libimage.a \
$(top_builddir)/src/common/libcommon.a \
$(top_builddir)/src/libfilter/libfilter.a \
$(ALSA_LIBS) \
$(UHD_LIBS) \
$(SOAPY_LIBS) \