]> sigrok.org Git - libsigrok.git/blobdiff - hardware/common/Makefile.am
udev: Add the Rigol DG4000 series to the udev rules
[libsigrok.git] / hardware / common / Makefile.am
index 82493ac9649b93f2ef2cc678e3c98ef7a535f787..7e9258cb42618f4aed624c28524e6011b47e7f38 100644 (file)
@@ -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