From 36cf5b544537730719ca5f9098cbe0a57618ddd7 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 20 Mar 2014 00:04:45 +0100 Subject: [PATCH] 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. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 += \