xref: /third_party/skia/third_party/externals/microhttpd/src/Makefile.am (revision cb93a386)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/skia/third_party/externals/microhttpd/src/
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

Indexes created Thu Nov 07 10:32:03 CST 2024