]> sigrok.org Git - libsigrok.git/blobdiff - hardware/common/Makefile.am
Implement SCPI over USBTMC.
[libsigrok.git] / hardware / common / Makefile.am
index 82493ac9649b93f2ef2cc678e3c98ef7a535f787..e0d10c1ba97cf340f7014ba00d434db0bc971ccf 100644 (file)
@@ -25,7 +25,7 @@ noinst_LTLIBRARIES = libsigrok_hw_common.la
 libsigrok_hw_common_la_SOURCES =
 
 if NEED_SERIAL
-libsigrok_hw_common_la_SOURCES += serial.c scpi.c scpi_serial.c
+libsigrok_hw_common_la_SOURCES += serial.c scpi.c scpi_serial.c scpi_usbtmc.c
 endif
 
 if NEED_USB