diff options
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 \  | 
