blob: d984df2115a5b32083ae445f0923ba9cfdc9a578 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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
if HAVE_CQL
SUBDIRS += cql
endif
SUBDIRS += config_backend hooks dhcp http config stats
if HAVE_SYSREPO
SUBDIRS += yang
endif
SUBDIRS += asiodns dhcp_ddns eval cfgrpt process dhcpsrv d2srv
|