From 1b183864bb0dc135838cded1a3f31594979e837f Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Mon, 13 Nov 2017 19:34:05 +0100 Subject: Restructure: Move sample rate conversion from common code to 'libsamplerate' --- src/jtacs/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/jtacs') diff --git a/src/jtacs/Makefile.am b/src/jtacs/Makefile.am index b4e6fdf..763df25 100644 --- a/src/jtacs/Makefile.am +++ b/src/jtacs/Makefile.am @@ -14,6 +14,7 @@ jtacs_LDADD = \ ../amps/libamps.a \ $(top_builddir)/src/common/libmobile.a \ $(top_builddir)/src/common/libcommon.a \ + $(top_builddir)/src/libsamplerate/libsamplerate.a \ $(top_builddir)/src/libfilter/libfilter.a \ $(ALSA_LIBS) \ $(UHD_LIBS) \ -- cgit v1.2.3