summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Hopps <chopps@gmail.com>2021-05-17 21:16:28 +0000
committerChristian Hopps <chopps@labn.net>2021-05-17 22:13:59 -0400
commitaf1b88e990389fd4e9c0ee69636b4e38934dc69d (patch)
treec0f14f41d311fb788b609134a7547501209b0744 /Makefile.am
parentea9aa705476a129894a4e83a4533e9fc7b3d3fd3 (diff)
lib: libyang2 add missed conversion
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
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