From b60af3b93dfc40db477bb47b66581bfc7a26c844 Mon Sep 17 00:00:00 2001 From: "Christian W. Zuckschwerdt" Date: Sun, 9 Feb 2020 10:35:42 +0100 Subject: [PATCH] Fix Autotools build (closes #1309) --- conf/rtl_433.example.conf | 4 ++-- src/Makefile.am | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/rtl_433.example.conf b/conf/rtl_433.example.conf index c1dbf3f0..f746f2aa 100644 --- a/conf/rtl_433.example.conf +++ b/conf/rtl_433.example.conf @@ -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 | 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 diff --git a/src/Makefile.am b/src/Makefile.am index abe2c179..b377f302 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 \