X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fcommon%2FMakefile.am;h=7e9258cb42618f4aed624c28524e6011b47e7f38;hb=138c0652f8a24b531ee2bec9a72d623431c48bca;hp=82493ac9649b93f2ef2cc678e3c98ef7a535f787;hpb=23f43dff15abf5202d81f36e062b0ae5b0ca01cd;p=libsigrok.git diff --git a/hardware/common/Makefile.am b/hardware/common/Makefile.am index 82493ac9..7e9258cb 100644 --- a/hardware/common/Makefile.am +++ b/hardware/common/Makefile.am @@ -22,10 +22,14 @@ SUBDIRS = dmm # Local lib, this is NOT meant to be installed! noinst_LTLIBRARIES = libsigrok_hw_common.la -libsigrok_hw_common_la_SOURCES = +libsigrok_hw_common_la_SOURCES = scpi.c scpi_tcp.c + +if NEED_RPC +libsigrok_hw_common_la_SOURCES += scpi_vxi.c vxi_clnt.c vxi_xdr.c +endif if NEED_SERIAL -libsigrok_hw_common_la_SOURCES += serial.c scpi.c scpi_serial.c +libsigrok_hw_common_la_SOURCES += serial.c scpi_serial.c scpi_usbtmc.c endif if NEED_USB