aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 8e9bcc2f865353b2098859e8a5bf2a08c0aef2d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
if HAVE_CURL
curltests = testcurl
if HAVE_ZZUF
if HAVE_SOCAT
zzuftests = testzzuf
endif
endif
endif
if ENABLE_SPDY
# fixme: should test for spdylay before building testspdy!
microspdy = microspdy testspdy
endif

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

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