aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-02-19 06:47:35 +0000
committerChristian Grothoff <christian@grothoff.org>2014-02-19 06:47:35 +0000
commit68c667f88b985191a21a308c92d72a7dad172bf2 (patch)
treef46b3e532359e24b4678159cfadd35f6951b6021 /src/Makefile.am
parent745673d704c48aaa719d57132abf2039bcd0169d (diff)
downloadlibmicrohttpd-68c667f88b985191a21a308c92d72a7dad172bf2.tar.gz
libmicrohttpd-68c667f88b985191a21a308c92d72a7dad172bf2.zip
move headers to src/include, build w32functions.c as static library (untested) to make 'make distclean' work cleanly
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9808c479..d01c622a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -18,7 +18,7 @@ microspdy += testspdy
18endif 18endif
19endif 19endif
20 20
21SUBDIRS = include microhttpd $(microspdy) examples $(curltests) $(zzuftests) . 21SUBDIRS = include platform microhttpd $(microspdy) examples $(curltests) $(zzuftests) .
22 22
23EXTRA_DIST = \ 23EXTRA_DIST = \
24 datadir/cert-and-key.pem \ 24 datadir/cert-and-key.pem \