diff options
author | Tomek Mrugalski <tomasz@isc.org> | 2014-06-02 21:14:08 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomasz@isc.org> | 2014-06-02 21:14:08 +0200 |
commit | 2a4a413f66f13bf2daf85c5a6ce6d89d4b07a0bc (patch) | |
tree | 963c004c0d5e6f92f75ab8729c11c636f1618b75 /src/bin/Makefile.am | |
parent | [master] Merge branch 'trac3399' [Kea4 reads config from JSON file] (diff) | |
download | kea-2a4a413f66f13bf2daf85c5a6ce6d89d4b07a0bc.tar.xz kea-2a4a413f66f13bf2daf85c5a6ce6d89d4b07a0bc.zip |
[3413] BIND10 framework removal, part 1
Diffstat (limited to 'src/bin/Makefile.am')
-rw-r--r-- | src/bin/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index 121d43aad1..8b970585cb 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am @@ -1,6 +1,4 @@ # The following build order must be maintained. -SUBDIRS = bind10 bindctl cfgmgr msgq cmdctl \ - usermgr stats tests sockcreator dhcp4 dhcp6 \ - d2 sysinfo +SUBDIRS = sockcreator dhcp4 dhcp6 d2 check-recursive: all-recursive |