aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-02-08 14:22:22 +0000
committerChristian Grothoff <christian@grothoff.org>2014-02-08 14:22:22 +0000
commitc07b4f105787e4f33638f2a14d3210f7f59550bf (patch)
treeb0324fd784f5d9131c216695c27913388c92b6c9 /src/Makefile.am
parent5ae9cc7f06276fe004b13d2138fbb70ecb2f4365 (diff)
downloadlibmicrohttpd-c07b4f105787e4f33638f2a14d3210f7f59550bf.tar.gz
libmicrohttpd-c07b4f105787e4f33638f2a14d3210f7f59550bf.zip
-doxygen, style and indentation fixes to microspdy.h
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 6916b6cf..9808c479 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -8,7 +8,7 @@ endif
8endif 8endif
9if ENABLE_SPDY 9if ENABLE_SPDY
10if HAVE_OPENSSL 10if HAVE_OPENSSL
11microspdy = microspdy 11microspdy = microspdy
12if HAVE_CURL 12if HAVE_CURL
13microspdy += spdy2http 13microspdy += spdy2http
14endif 14endif
@@ -18,7 +18,7 @@ microspdy += testspdy
18endif 18endif
19endif 19endif
20 20
21SUBDIRS = include microhttpd $(microspdy) examples $(curltests) $(zzuftests) . 21SUBDIRS = include microhttpd $(microspdy) examples $(curltests) $(zzuftests) .
22 22
23EXTRA_DIST = \ 23EXTRA_DIST = \
24 datadir/cert-and-key.pem \ 24 datadir/cert-and-key.pem \