blob: 0373e3f820d1df48289b5b6e8c2fdb9b7318fc72 (
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 database
if HAVE_MYSQL
SUBDIRS += mysql
endif
if HAVE_PGSQL
SUBDIRS += pgsql
endif
if HAVE_CQL
SUBDIRS += cql
endif
SUBDIRS += testutils hooks dhcp config stats asiodns dhcp_ddns eval \
dhcpsrv cfgrpt \
process http
|