scpi_usbtmc: does not depend on libserialport

This commit is contained in:
Aurelien Jacobs 2014-01-13 22:49:21 +01:00 committed by Bert Vermeulen
parent 138c0652f8
commit a44a804bc6
1 changed files with 2 additions and 2 deletions

View File

@ -22,14 +22,14 @@ SUBDIRS = dmm
# Local lib, this is NOT meant to be installed! # Local lib, this is NOT meant to be installed!
noinst_LTLIBRARIES = libsigrok_hw_common.la noinst_LTLIBRARIES = libsigrok_hw_common.la
libsigrok_hw_common_la_SOURCES = scpi.c scpi_tcp.c libsigrok_hw_common_la_SOURCES = scpi.c scpi_tcp.c scpi_usbtmc.c
if NEED_RPC if NEED_RPC
libsigrok_hw_common_la_SOURCES += scpi_vxi.c vxi_clnt.c vxi_xdr.c libsigrok_hw_common_la_SOURCES += scpi_vxi.c vxi_clnt.c vxi_xdr.c
endif endif
if NEED_SERIAL if NEED_SERIAL
libsigrok_hw_common_la_SOURCES += serial.c scpi_serial.c scpi_usbtmc.c libsigrok_hw_common_la_SOURCES += serial.c scpi_serial.c
endif endif
if NEED_USB if NEED_USB