Restructure: Move sdr from common code to 'libsdr'
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user