mirror of
https://github.com/rtlsdrblog/rtl-sdr-blog.git
synced 2025-02-04 14:25:13 +01:00
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:
parent
b345963947
commit
c426e94093
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user