use rtl-sdr instead of USRP

Signed-off-by: Steve Markgraf <steve@steve-m.de>
This commit is contained in:
Steve Markgraf 2012-10-08 04:32:16 +02:00
parent c58471bb42
commit c3366bda71
8 changed files with 120 additions and 102 deletions

View file

@ -19,5 +19,5 @@ kal_SOURCES = \
util.h\
version.h
kal_CXXFLAGS = $(FFTW3_CFLAGS) $(USRP_CFLAGS)
kal_LDADD = $(FFTW3_LIBS) $(USRP_LIBS)
kal_CXXFLAGS = $(FFTW3_CFLAGS) $(LIBRTLSDR_CFLAGS)
kal_LDADD = $(FFTW3_LIBS) $(LIBRTLSDR_LIBS)