diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2012-08-14 16:17:31 +0800 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2012-10-27 12:06:11 -0400 |
commit | 75b61c34fad2a907becb2ab6367e6b9571091c64 (patch) | |
tree | 2cbe6de62b56f029e5424a84762a32e56c99ad77 /configure.ac | |
parent | 181a88e95dd0981e5d76d6226818983ea74a042a (diff) | |
download | gobject-introspection-75b61c34fad2a907becb2ab6367e6b9571091c64.tar.gz |
Update autotools for Visual C++ projects creation
-Add Makefile-msvcproj.am to fill in the cmph, girepository and
g-ir-compiler projects
-Add various Makefile.am's under build/ to distribute the
Visual C++-related files.
https://bugzilla.gnome.org/show_bug.cgi?id=681820
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e488cea9..ca783155 100644 --- a/configure.ac +++ b/configure.ac @@ -300,7 +300,12 @@ tests/doctool/Makefile docs/Makefile docs/reference/Makefile gobject-introspection-1.0.pc -gobject-introspection-no-export-1.0.pc]) +gobject-introspection-no-export-1.0.pc +config.h.win32 +build/Makefile +build/win32/Makefile +build/win32/vs9/Makefile +build/win32/vs10/Makefile]) AC_OUTPUT echo " |