diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-09-08 15:58:38 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-09-08 15:58:38 +0200 |
commit | 1826deeba173952f9b078266c6b6be03d4f94789 (patch) | |
tree | 7fec975903f0777cf094d49796a47231eabdb3d0 /src | |
parent | 94a3d972a5aa509e68f658346caddf8e212a0f2b (diff) | |
download | ktechlab-1826deeba173952f9b078266c6b6be03d4f94789.tar.gz ktechlab-1826deeba173952f9b078266c6b6be03d4f94789.zip |
Fix FTBFS with gpsim >= 0.31
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src')
-rw-r--r-- | src/electronics/Makefile.am | 2 | ||||
-rw-r--r-- | src/electronics/components/Makefile.am | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/electronics/Makefile.am b/src/electronics/Makefile.am index c15e689..688de94 100644 --- a/src/electronics/Makefile.am +++ b/src/electronics/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/flowparts -I$(top_srcdir)/src/gui -I$(top_srcdir)/src/languages \ 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 \ |