summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2015-10-16 13:02:55 +0800
committerDan Nicholson <dbn.lists@gmail.com>2015-10-26 09:16:27 -0700
commit1ed336759fdf3bfbb1f233e5a5c5b611530436ef (patch)
tree4f945e5bf3c525d9839a26d143e64865ab388112 /Makefile.am
parent56061ef3efdb74c04a852af1cce44df501438a2b (diff)
downloadpkg-config-1ed336759fdf3bfbb1f233e5a5c5b611530436ef.tar.gz
build: Add a pre-configure config.h template for MSVC builds
This adds a pre-configured config.h(.win32.in) that can be used for builds on Visual Studio, where autotools is normally not available, so that we can build pkg-config on Visual Studio.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index be35ee2..b7ead64 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -45,7 +45,9 @@ m4dir = $(datadir)/aclocal
m4_DATA = pkg.m4
dist_doc_DATA = pkg-config-guide.html
dist_man_MANS = pkg-config.1
-EXTRA_DIST = README.win32
+EXTRA_DIST = \
+ README.win32 \
+ config.h.win32
# gcov test coverage
gcov: