From 1826deeba173952f9b078266c6b6be03d4f94789 Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Sun, 8 Sep 2019 15:58:38 +0200 Subject: Fix FTBFS with gpsim >= 0.31 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/electronics/components/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/electronics/components') diff --git a/src/electronics/components/Makefile.am b/src/electronics/components/Makefile.am index c388cf6..91336ae 100644 --- a/src/electronics/components/Makefile.am +++ b/src/electronics/components/Makefile.am @@ -1,3 +1,5 @@ +CXXFLAGS += $(GPSIM_CXXFLAGS) + INCLUDES = -I$(top_srcdir)/src \ -I$(top_srcdir)/src/electronics -I$(top_srcdir)/src/electronics/components \ -I$(top_srcdir)/src/electronics/simulation -I$(top_srcdir)/src/gui -I$(top_srcdir)/src/languages \ -- cgit v1.2.3