From: Uwe Hermann Date: Wed, 19 Mar 2014 23:04:45 +0000 (+0100) Subject: Makefile.am: Add missing vxi.h. X-Git-Tag: libsigrok-0.3.0~119 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=36cf5b544537730719ca5f9098cbe0a57618ddd7;p=libsigrok.git 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. --- diff --git a/Makefile.am b/Makefile.am index 62867c08..7902c990 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 += \