From 669705c6edb5cfbcb2f0ca672612777d1e819aa6 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Mon, 13 Nov 2017 19:15:09 +0100 Subject: Restructure: Move filters from common code to 'libfilter' --- src/tacs/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tacs/Makefile.am') diff --git a/src/tacs/Makefile.am b/src/tacs/Makefile.am index ec7163c..190e9a2 100644 --- a/src/tacs/Makefile.am +++ b/src/tacs/Makefile.am @@ -15,6 +15,7 @@ tacs_LDADD = \ ../amps/libamps.a \ $(top_builddir)/src/common/libmobile.a \ $(top_builddir)/src/common/libcommon.a \ + $(top_builddir)/src/libfilter/libfilter.a \ $(ALSA_LIBS) \ $(UHD_LIBS) \ $(SOAPY_LIBS) \ -- cgit v1.2.3