X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fcommon%2FMakefile.am;h=bba80672691434bc073810753435c5edc4768bb1;hb=945e4343e2be4ad9e70e1a995182988b2331e0bd;hp=82493ac9649b93f2ef2cc678e3c98ef7a535f787;hpb=23f43dff15abf5202d81f36e062b0ae5b0ca01cd;p=libsigrok.git diff --git a/hardware/common/Makefile.am b/hardware/common/Makefile.am index 82493ac9..bba80672 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 scpi_usbtmc.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 endif if NEED_USB