• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This Makefile.am is in the public domain
2if HAVE_CURL
3curltests = testcurl
4if HAVE_ZZUF
5if HAVE_SOCAT
6zzuftests = testzzuf
7endif
8endif
9endif
10if ENABLE_SPDY
11if HAVE_OPENSSL
12microspdy = microspdy
13if HAVE_CURL
14microspdy += spdy2http
15endif
16#if HAVE_SPDYLAY
17microspdy += testspdy
18#endif
19endif
20endif
21
22SUBDIRS = include platform microhttpd $(microspdy) $(curltests) $(zzuftests) .
23
24if BUILD_EXAMPLES
25SUBDIRS += examples
26endif
27
28EXTRA_DIST = \
29 datadir/cert-and-key.pem \
30 datadir/cert-and-key-for-wireshark.pem \
31 datadir/spdy-draft.txt
32