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:
Uwe Hermann 2014-03-20 00:04:45 +01:00
parent 67bd805523
commit 36cf5b5445
1 changed files with 2 additions and 1 deletions

View File

@ -73,7 +73,8 @@ if NEED_RPC
libsigrok_la_SOURCES += \
hardware/common/scpi_vxi.c \
hardware/common/vxi_clnt.c \
hardware/common/vxi_xdr.c
hardware/common/vxi_xdr.c \
hardware/common/vxi.h
endif
if NEED_SERIAL
libsigrok_la_SOURCES += \