diff options
author | Francis Dupont <fdupont@isc.org> | 2018-08-31 16:05:02 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2018-08-31 16:05:02 +0200 |
commit | 28f60bb0111c1d181c8beea0de19a7da2d72a4e0 (patch) | |
tree | ed8a5f8127552a6bbdbe0fc7e230a5191bf348da | |
parent | [65-libyang-generic] Imported generic stuff (diff) | |
download | kea-28f60bb0111c1d181c8beea0de19a7da2d72a4e0.tar.xz kea-28f60bb0111c1d181c8beea0de19a7da2d72a4e0.zip |
[65-libyang-generic] Extra updates (still from kea-yang)
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/Doxyfile | 1 | ||||
-rw-r--r-- | doc/devel/mainpage.dox | 1 |
3 files changed, 4 insertions, 0 deletions
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 |