diff options
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a5101df2f0..a38029dcfa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,6 +11,11 @@ AM_CFLAGS = \  	$(SAN_FLAGS) \  	$(WERROR) \  	# end +AM_CXXFLAGS = \ +	$(AC_CXXFLAGS) \ +	$(LIBYANG_CFLAGS) \ +	$(WERROR) \ +	# end  # CPPFLAGS_BASE does not contain the include path for overriding assert.h,  # therefore should be used in tools that do *not* link libfrr or do not want  | 
