From df48ae24b9aba363fe9b7455f6f7a81eb0e35227 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sun, 14 Jun 2020 17:01:39 +0200 Subject: [PATCH] Fix broken build when ./configure --without-gui is used --- src/output/spv/automake.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/output/spv/automake.mk b/src/output/spv/automake.mk index 78dae86130..37f98c3f13 100644 --- a/src/output/spv/automake.mk +++ b/src/output/spv/automake.mk @@ -1,5 +1,5 @@ # PSPP - a program for statistical analysis. -# Copyright (C) 2017 Free Software Foundation, Inc. +# Copyright (C) 2019, 2020 Free Software Foundation, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -39,6 +39,8 @@ src_output_liboutput_la_SOURCES += \ src/output/spv/spvxml-helpers.c \ src/output/spv/spvxml-helpers.h +AM_CPPFLAGS += -Isrc + light_binary_in = \ src/output/spv/binary-parser-generator \ src/output/spv/light-binary.grammar -- 2.30.2