aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: d496c95da42a9adbb5a2fda15206d0e59dd694bb (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
25
26
27
28
29
30
31
# This Makefile.am is in the public domain
if HAVE_CURL
curltests = testcurl
if HAVE_ZZUF
if HAVE_SOCAT
zzuftests = testzzuf
endif
endif
endif
if ENABLE_SPDY
if HAVE_OPENSSL
microspdy = microspdy
if HAVE_CURL
microspdy += spdy2http
endif
#if HAVE_SPDYLAY
microspdy += testspdy
#endif
endif
endif

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

if BUILD_EXAMPLES
SUBDIRS += examples
endif

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