rename rtl-sdr.c to librtlsdr.c

Having rtl_sdr.c for the application and rtl-sdr.c for the lib
caused a bit of confusion...

Signed-off-by: Steve Markgraf <steve@steve-m.de>
This commit is contained in:
Steve Markgraf 2012-05-17 21:33:53 +02:00
parent b345963947
commit c426e94093
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@
# Setup library
########################################################################
add_library(rtlsdr_shared SHARED
rtl-sdr.c
librtlsdr.c
tuner_e4k.c
tuner_fc0012.c
tuner_fc0013.c
@ -37,7 +37,7 @@ set_target_properties(rtlsdr_shared PROPERTIES OUTPUT_NAME rtlsdr)
set_target_properties(rtlsdr_shared PROPERTIES SOVERSION 0 VERSION 0.0.0)
add_library(rtlsdr_static STATIC
rtl-sdr.c
librtlsdr.c
tuner_e4k.c
tuner_fc0012.c
tuner_fc0013.c

View File

@ -7,7 +7,7 @@ AM_CFLAGS = -fPIC -Wall
lib_LTLIBRARIES = librtlsdr.la
librtlsdr_la_SOURCES = rtl-sdr.c tuner_e4k.c tuner_fc0012.c tuner_fc0013.c tuner_fc2580.c
librtlsdr_la_SOURCES = librtlsdr.c tuner_e4k.c tuner_fc0012.c tuner_fc0013.c tuner_fc2580.c
librtlsdr_la_LDFLAGS = -version-info $(LIBVERSION)
bin_PROGRAMS = rtl_sdr rtl_tcp