summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorAndrei Pavel <andrei@isc.org>2023-05-11 09:04:12 +0200
committerAndrei Pavel <andrei@isc.org>2023-05-16 14:38:17 +0200
commit49a0405743916cde0081422635561f350ece27a3 (patch)
treea99b98ad45b39274be1084b818af78189e503839 /Makefile.am
parent[#2832] remove LIBYANG_VERSION and SYSREPO_VERSION (diff)
downloadkea-49a0405743916cde0081422635561f350ece27a3.tar.xz
kea-49a0405743916cde0081422635561f350ece27a3.zip
[#2832] add libyang-cpp and sysrepo-cpp flags to distcheck
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 18b34e7eb4..d8f38b8da5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -64,9 +64,15 @@ DISTCHECK_CONFIGURE_FLAGS += $(DISTCHECK_GSSAPI_CONFIGURE_FLAG)
# Keep the libyang config
DISTCHECK_CONFIGURE_FLAGS += $(DISTCHECK_LIBYANG_CONFIGURE_FLAG)
+# Keep the libyang-cpp config
+DISTCHECK_CONFIGURE_FLAGS += $(DISTCHECK_LIBYANGCPP_CONFIGURE_FLAG)
+
# Keep the sysrepo config
DISTCHECK_CONFIGURE_FLAGS += $(DISTCHECK_SYSREPO_CONFIGURE_FLAG)
+# Keep the sysrepo-cpp config
+DISTCHECK_CONFIGURE_FLAGS += $(DISTCHECK_SYSREPOCPP_CONFIGURE_FLAG)
+
dist_doc_DATA = AUTHORS COPYING ChangeLog README CONTRIBUTING.md platforms.rst code_of_conduct.md
.PHONY: check-valgrind check-valgrind-suppress