]> sigrok.org Git - libsigrok.git/blobdiff - Makefile.am
rigol-ds: improve robustness in samplerate getting code path
[libsigrok.git] / Makefile.am
index 4557677ac4f116880e81022cb4fefc7fa7d982b6..280cf64d29d915199a0b3092f9ffd5a96d5d3f7b 100644 (file)
@@ -89,6 +89,10 @@ libsigrok_la_SOURCES += \
        src/input/vcd.c \
        src/input/wav.c \
        src/input/null.c
+if HAVE_INPUT_STF
+libsigrok_la_SOURCES += \
+       src/input/stf.c
+endif
 
 # Output modules
 libsigrok_la_SOURCES += \
@@ -142,6 +146,9 @@ libsigrok_la_SOURCES += \
        src/serial_hid_victor.c \
        src/serial_libsp.c \
        src/scpi/scpi_serial.c
+else
+libsigrok_la_SOURCES += \
+       src/serial.c
 endif
 if NEED_USB
 libsigrok_la_SOURCES += \