aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-08-23 20:13:03 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-08-23 20:13:03 +0000
commit47bfec25d8fabfa4cc118e094a08101655d63d65 (patch)
treeaf48bae9a35149de4be1e8c09094c39334bde192 /src/Makefile.am
parent558572ec73c212b87ea999b0c0d2ed65900d82c2 (diff)
downloadlibmicrohttpd-47bfec25d8fabfa4cc118e094a08101655d63d65.tar.gz
libmicrohttpd-47bfec25d8fabfa4cc118e094a08101655d63d65.zip
Moved generic emulated functions to mhd_compat.h/.c, removed "platform" dir,
removed "w32functions.h/.c"
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 51263449..09af041d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -8,7 +8,7 @@ endif
8endif 8endif
9endif 9endif
10 10
11SUBDIRS = include platform microhttpd $(curltests) $(zzuftests) . 11SUBDIRS = include microhttpd $(curltests) $(zzuftests) .
12 12
13if BUILD_EXAMPLES 13if BUILD_EXAMPLES
14SUBDIRS += examples 14SUBDIRS += examples