diff options
author | Francis Dupont <fdupont@isc.org> | 2015-05-18 08:53:54 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2015-05-18 08:53:54 +0200 |
commit | a5b5c2b77884f7f2d70ff2c2368b39b124dcd474 (patch) | |
tree | fb64c9d3c18a4dc3b900becf090ae6b8e906e3d5 /src/bin/Makefile.am | |
parent | [master] spelling (diff) | |
download | kea-a5b5c2b77884f7f2d70ff2c2368b39b124dcd474.tar.xz kea-a5b5c2b77884f7f2d70ff2c2368b39b124dcd474.zip |
[3732] removed bundy from code and most docs
Diffstat (limited to 'src/bin/Makefile.am')
-rw-r--r-- | src/bin/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index c254189add..f1013e3fa6 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am @@ -1,8 +1,4 @@ # The following build order must be maintained. -SUBDIRS = dhcp4 dhcp6 d2 perfdhcp admin lfc - -if CONFIG_BACKEND_JSON -SUBDIRS += keactrl -endif +SUBDIRS = dhcp4 dhcp6 d2 perfdhcp admin lfc keactrl check-recursive: all-recursive |