From: Francis Dupont Date: Fri, 31 Aug 2018 14:05:02 +0000 (+0200) Subject: [65-libyang-generic] Extra updates (still from kea-yang) X-Git-Tag: libyang-generic_to_be_rebased~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28f60bb0111c1d181c8beea0de19a7da2d72a4e0;p=thirdparty%2Fkea.git [65-libyang-generic] Extra updates (still from kea-yang) --- diff --git a/configure.ac b/configure.ac index 25323f8baf..51a56741a0 100644 --- a/configure.ac +++ b/configure.ac @@ -1586,6 +1586,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 c094dab49d..29a6a49f6e 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 7ec465e9ec..d093ef7648 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