Makefile.am: Add missing vxi.h.
If it's not listed as SOURCE, it won't end up in the tarball and a build from tarball would thus break.
This commit is contained in:
parent
67bd805523
commit
36cf5b5445
|
@ -73,7 +73,8 @@ if NEED_RPC
|
||||||
libsigrok_la_SOURCES += \
|
libsigrok_la_SOURCES += \
|
||||||
hardware/common/scpi_vxi.c \
|
hardware/common/scpi_vxi.c \
|
||||||
hardware/common/vxi_clnt.c \
|
hardware/common/vxi_clnt.c \
|
||||||
hardware/common/vxi_xdr.c
|
hardware/common/vxi_xdr.c \
|
||||||
|
hardware/common/vxi.h
|
||||||
endif
|
endif
|
||||||
if NEED_SERIAL
|
if NEED_SERIAL
|
||||||
libsigrok_la_SOURCES += \
|
libsigrok_la_SOURCES += \
|
||||||
|
|
Loading…
Reference in New Issue