dnscrypto-proxy: Update to release 1.3.0
[tomato.git] / release / src / router / dnscrypt / src / Makefile.am
blobbebee7595eee159b010178f92788c04a34a154c5
2 SUBDIRS = \
3         ext \
4         libevent-modified
6 if USE_BUILTIN_LIBSODIUM
7 SUBDIRS += \
8         libsodium
9 endif
11 SUBDIRS += \
12         proxy \
13         hostip
15 if PLUGINS
16 SUBDIRS += \
17         include \
18         plugins
19 endif