Restructure: Move sdr from common code to 'libsdr'

This commit is contained in:
Andreas Eversberg
2017-11-17 22:51:18 +01:00
parent 45a5568f70
commit 1650cc5ad2
29 changed files with 207 additions and 84 deletions

View File

@@ -1,3 +1,41 @@
AUTOMAKE_OPTIONS = foreign
SUBDIRS = libsound libimage libcompandor libgoertzel libjitter libsquelch libhagelbarger libdtmf libtimer libsamplerate libscrambler libemphasis libfsk libfm libfilter libwave libfft libmncc common anetz bnetz cnetz nmt amps tacs jtacs r2000 tv test
SUBDIRS = \
libimage \
libcompandor \
libgoertzel \
libjitter \
libsquelch \
libhagelbarger \
libdtmf \
libtimer \
libsamplerate \
libscrambler \
libemphasis \
libfsk \
libfm \
libfilter \
libwave \
libfft \
libmncc \
libsound
if HAVE_SDR
SUBDIRS += \
libsdr
endif
SUBDIRS += \
common \
anetz \
bnetz \
cnetz \
nmt \
amps \
tacs \
jtacs \
r2000 \
tv \
test