X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=63b26d6fc96c3503afd3aa29a4a4a786c87c5328;hb=b3df76683179cbb9559e1cad8efe0d10c02dacce;hp=4557677ac4f116880e81022cb4fefc7fa7d982b6;hpb=b9cd0c6a53a6f6c4c4520748b860693306fbdb23;p=libsigrok.git diff --git a/Makefile.am b/Makefile.am index 4557677a..63b26d6f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 += \ @@ -410,6 +417,12 @@ src_libdrivers_la_SOURCES += \ src/hardware/hung-chang-dso-2100/protocol.c \ src/hardware/hung-chang-dso-2100/api.c endif +if HW_ICSTATION_USBRELAY +src_libdrivers_la_SOURCES += \ + src/hardware/icstation-usbrelay/protocol.h \ + src/hardware/icstation-usbrelay/protocol.c \ + src/hardware/icstation-usbrelay/api.c +endif if HW_IKALOGIC_SCANALOGIC2 src_libdrivers_la_SOURCES += \ src/hardware/ikalogic-scanalogic2/protocol.h \