]> sigrok.org Git - libsigrok.git/blobdiff - hardware/common/Makefile.am
scpi: Add helper functions for SCPI communication.
[libsigrok.git] / hardware / common / Makefile.am
index de8f06c168baeaea23168a7287ed8ff4f18d3a3f..716436b75babb5f6ca3c5dcb9e0f9cc402a26c4f 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
+libsigrok_hw_common_la_SOURCES += serial.c scpi.c
 endif
 
 if NEED_USB