summaryrefslogtreecommitdiffstats
path: root/src/bin/Makefile.am
blob: 37d8104d231899d142dede85c103e438b7a63040 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# The following build order must be maintained.
SUBDIRS = lfc dhcp4 dhcp6 d2 agent admin keactrl

if PERFDHCP
SUBDIRS += perfdhcp
endif

if KEA_SHELL
SUBDIRS += shell
endif

if HAVE_NETCONF
SUBDIRS += netconf
endif

check-recursive: all-recursive