From 284c7ed9113f435b0563d4529d431717442235ba Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Fri, 31 Aug 2018 16:05:02 +0200 Subject: [PATCH] [65-libyang-generic] Extra updates (still from kea-yang) --- configure.ac | 2 ++ doc/Doxyfile | 1 + doc/devel/mainpage.dox | 1 + 3 files changed, 4 insertions(+) diff --git a/configure.ac b/configure.ac index 3d76e5b9f..cf8a04153 100644 --- a/configure.ac +++ b/configure.ac @@ -1597,6 +1597,8 @@ AC_CONFIG_FILES([Makefile src/lib/util/threads/Makefile src/lib/util/threads/tests/Makefile src/lib/util/unittests/Makefile + src/lib/yang/Makefile + src/lib/yang/tests/Makefile src/share/Makefile src/share/database/Makefile src/share/database/scripts/Makefile diff --git a/doc/Doxyfile b/doc/Doxyfile index c094dab49..29a6a49f6 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -810,6 +810,7 @@ INPUT = ../src/bin/agent \ ../src/lib/util/random \ ../src/lib/util/threads \ ../src/lib/util/unittests \ + ../src/lib/yang \ devel # This tag can be used to specify the character encoding of the source files diff --git a/doc/devel/mainpage.dox b/doc/devel/mainpage.dox index 7ec465e9e..d093ef764 100644 --- a/doc/devel/mainpage.dox +++ b/doc/devel/mainpage.dox @@ -107,6 +107,7 @@ * * @section libraries Kea libraries * - @subpage libcc + * - @subpage libyang * - @subpage libdhcp * - @subpage libdhcpIntro * - @subpage libdhcpRelay -- GitLab