aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: ee9c3fcb5744c7660a22a94e7b540b9fd8f1076b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# This Makefile.am is in the public domain
if HAVE_CURL
curltests = testcurl
if HAVE_ZZUF
if HAVE_SOCAT
zzuftests = testzzuf
endif
endif
endif

SUBDIRS = include microhttpd $(curltests) $(zzuftests) .

if BUILD_EXAMPLES
SUBDIRS += examples
endif

# Finally (last!) also build experimental lib...
if HAVE_EXPERIMENTAL
SUBDIRS += lib
endif

EXTRA_DIST = \
 datadir/cert-and-key.pem \
 datadir/cert-and-key-for-wireshark.pem