blob: 360210aa89a1930449dcd18b71912c494e53eee6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# The following build order must be maintained.
SUBDIRS = exceptions util log cryptolink dns asiolink cc testutils database
if HAVE_MYSQL
SUBDIRS += mysql
endif
if HAVE_PGSQL
SUBDIRS += pgsql
endif
SUBDIRS += config_backend hooks dhcp tcp http config stats
if HAVE_NETCONF
SUBDIRS += yang
endif
SUBDIRS += asiodns dhcp_ddns eval process dhcpsrv d2srv
|