Fix Autotools build (closes #1309)

This commit is contained in:
Christian W. Zuckschwerdt
2020-02-09 10:35:42 +01:00
parent 1a6e8d9e5b
commit b60af3b93d
2 changed files with 3 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ sample_rate 250k
# as command line option:
# [-G] Enable blacklisted device decoding protocols, for testing only.
register_all false
#register_all false
# as command line option:
# [-X <spec> | help] Add a general purpose decoder (prepend -R 0 to disable all decoders)
@@ -104,7 +104,7 @@ samples_to_read 0
# as command line option:
# [-a] Analyze mode. Print a textual description of the signal. Disables decoding
analyze false
#analyze false
# as command line option:
# [-A] Pulse Analyzer. Enable pulse analysis and decode attempt

View File

@@ -28,6 +28,7 @@ rtl_433_SOURCES = abuf.c \
sdr.c \
term_ctl.c \
util.c \
write_sigrok.c \
devices/acurite.c \
devices/akhan_100F14.c \
devices/alecto.c \