diff options
author | Andrei Pavel <andrei@isc.org> | 2022-10-05 16:16:03 +0200 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2022-10-21 16:45:24 +0200 |
commit | f37159f34c666369322b61c1eb05bc42f52fd573 (patch) | |
tree | b1592b7270b5e8e05eb2ba1074c12afefdd02149 /src/lib/Makefile.am | |
parent | [#2311] ax_find_library: search for .pc file in lib64 as well (diff) | |
download | kea-f37159f34c666369322b61c1eb05bc42f52fd573.tar.xz kea-f37159f34c666369322b61c1eb05bc42f52fd573.zip |
[#2311] migrate autoconf to libyang2 and sysrepo2
Diffstat (limited to 'src/lib/Makefile.am')
-rw-r--r-- | src/lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index f776adcffe..26944d166d 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -11,7 +11,7 @@ endif SUBDIRS += config_backend hooks dhcp http config stats -if HAVE_SYSREPO +if HAVE_NETCONF SUBDIRS += yang endif |