blob: f776adcffeb2967e9860caf4e227e0d8e081da58 (
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 http config stats
if HAVE_SYSREPO
SUBDIRS += yang
endif
SUBDIRS += asiodns dhcp_ddns eval cfgrpt process dhcpsrv d2srv
|