X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=63b26d6fc96c3503afd3aa29a4a4a786c87c5328;hb=c622c88c446a2f5e1c045657ef233c147a1f43d4;hp=67b73b5df00c55dfc99aa08ac72ec95cb9189196;hpb=7fd8a8f7e9f8a82e732e19abff86433e0364724b;p=libsigrok.git diff --git a/Makefile.am b/Makefile.am index 67b73b5d..63b26d6f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -85,11 +85,14 @@ libsigrok_la_SOURCES += \ src/input/logicport.c \ src/input/raw_analog.c \ src/input/saleae.c \ - src/input/stf.c \ src/input/trace32_ad.c \ 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 += \ @@ -414,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 \