]> sigrok.org Git - libsigrok.git/blobdiff - hardware/common/Makefile.am
scpi: add VXI transport support
[libsigrok.git] / hardware / common / Makefile.am
index 64e685e8543714b88d8a1e5499d4adddf2af9f54..7e9258cb42618f4aed624c28524e6011b47e7f38 100644 (file)
@@ -24,6 +24,10 @@ noinst_LTLIBRARIES = libsigrok_hw_common.la
 
 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_serial.c scpi_usbtmc.c
 endif