diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c896ba2c..7ef2f823 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -28,10 +28,14 @@ W32VS2017 = w32/VS2017/libmicrohttpd.vcxproj w32/VS2017/libmicrohttpd.vcxproj.fi | |||
28 | w32/VS2017/hellobrowser.vcxproj w32/VS2017/hellobrowser.vcxproj.filters \ | 28 | w32/VS2017/hellobrowser.vcxproj w32/VS2017/hellobrowser.vcxproj.filters \ |
29 | w32/VS2017/simplepost.vcxproj w32/VS2017/largepost.vcxproj \ | 29 | w32/VS2017/simplepost.vcxproj w32/VS2017/largepost.vcxproj \ |
30 | w32/VS2017/libmicrohttpd.sln | 30 | w32/VS2017/libmicrohttpd.sln |
31 | W32VS2019 = w32/VS2019/libmicrohttpd.vcxproj w32/VS2019/libmicrohttpd.vcxproj.filters \ | ||
32 | w32/VS2019/hellobrowser.vcxproj w32/VS2019/hellobrowser.vcxproj.filters \ | ||
33 | w32/VS2019/simplepost.vcxproj w32/VS2019/largepost.vcxproj \ | ||
34 | w32/VS2019/libmicrohttpd.sln | ||
31 | EXTRA_DIST = \ | 35 | EXTRA_DIST = \ |
32 | acinclude.m4 \ | 36 | acinclude.m4 \ |
33 | libmicrohttpd.pc.in \ | 37 | libmicrohttpd.pc.in \ |
34 | $(W32COMMON) $(W32VS2013) $(W32VS2015) $(W32VS2017) | 38 | $(W32COMMON) $(W32VS2013) $(W32VS2015) $(W32VS2017) $(W32VS2019) |
35 | 39 | ||
36 | pkgconfigdir = $(libdir)/pkgconfig | 40 | pkgconfigdir = $(libdir)/pkgconfig |
37 | pkgconfig_DATA = libmicrohttpd.pc | 41 | pkgconfig_DATA = libmicrohttpd.pc |