aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d701936a..29eff487 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,9 +8,11 @@ W32COMMON = w32/common/gen_dll_res.ps1 w32/common/microhttpd_dll_res_vc.rc.in w3
8 w32/common/apps-build-settings.vcxproj 8 w32/common/apps-build-settings.vcxproj
9W32VS2013 = w32/VS2013/libmicrohttpd.vcxproj w32/VS2013/libmicrohttpd.vcxproj.filters \ 9W32VS2013 = w32/VS2013/libmicrohttpd.vcxproj w32/VS2013/libmicrohttpd.vcxproj.filters \
10 w32/VS2013/hellobrowser.vcxproj w32/VS2013/hellobrowser.vcxproj.filters \ 10 w32/VS2013/hellobrowser.vcxproj w32/VS2013/hellobrowser.vcxproj.filters \
11 w32/VS2013/simplepost.vcxproj \
11 w32/VS2013/libmicrohttpd.sln 12 w32/VS2013/libmicrohttpd.sln
12W32VS2015 = w32/VS2015/libmicrohttpd.vcxproj w32/VS2015/libmicrohttpd.vcxproj.filters \ 13W32VS2015 = w32/VS2015/libmicrohttpd.vcxproj w32/VS2015/libmicrohttpd.vcxproj.filters \
13 w32/VS2015/hellobrowser.vcxproj w32/VS2015/hellobrowser.vcxproj.filters \ 14 w32/VS2015/hellobrowser.vcxproj w32/VS2015/hellobrowser.vcxproj.filters \
15 w32/VS2015/simplepost.vcxproj \
14 w32/VS2015/libmicrohttpd.sln 16 w32/VS2015/libmicrohttpd.sln
15EXTRA_DIST = acinclude.m4 libmicrohttpd.pc.in \ 17EXTRA_DIST = acinclude.m4 libmicrohttpd.pc.in \
16 $(W32COMMON) $(W32VS2013) $(W32VS2015) 18 $(W32COMMON) $(W32VS2013) $(W32VS2015)