aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2015-12-03 11:52:52 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2015-12-03 11:52:52 +0000
commitb86799bfaddeb938f59e277d937776b3d335be04 (patch)
tree3d4965204463da955f3c2a6cf00ce577fb86c1bd /Makefile.am
parent81aa9627013ef091d1691a814ee6c22bf23ad5da (diff)
downloadlibmicrohttpd-b86799bfaddeb938f59e277d937776b3d335be04.tar.gz
libmicrohttpd-b86799bfaddeb938f59e277d937776b3d335be04.zip
VS projects: optimizations, fixes, used macros for paths.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 10514e49..37b0875e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,8 @@ SUBDIRS = contrib src m4 .
4EXTRA_DIST = acinclude.m4 libmicrohttpd.pc.in \ 4EXTRA_DIST = acinclude.m4 libmicrohttpd.pc.in \
5 w32/VS2013/libmicrohttpd.sln w32/VS2013/libmicrohttpd.vcxproj w32/VS2013/libmicrohttpd.vcxproj.filters \ 5 w32/VS2013/libmicrohttpd.sln w32/VS2013/libmicrohttpd.vcxproj w32/VS2013/libmicrohttpd.vcxproj.filters \
6 w32/VS2013/hellobrowser.vcxproj w32/VS2013/hellobrowser.vcxproj.filters w32/VS2013/MHD_config.h \ 6 w32/VS2013/hellobrowser.vcxproj w32/VS2013/hellobrowser.vcxproj.filters w32/VS2013/MHD_config.h \
7 w32/VS2013/gen_dll_res.ps1 w32/VS2013/microhttpd_dll_res_vc.rc.in w32/VS2013/microhttpd_dll_res_vc.rc 7 w32/common/vs_dirs.props \
8 w32/common/gen_dll_res.ps1 w32/common/microhttpd_dll_res_vc.rc.in w32/common/microhttpd_dll_res_vc.rc
8 9
9pkgconfigdir = $(libdir)/pkgconfig 10pkgconfigdir = $(libdir)/pkgconfig
10pkgconfig_DATA = libmicrohttpd.pc 11pkgconfig_DATA = libmicrohttpd.pc