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 /Makefile.am | |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a36c200a..2059b989 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,11 +21,12 @@ include Makefile-giscanner.am include Makefile-examples.am include Makefile-gir.am include Makefile-tools.am +include Makefile-msvcproj.am ## Process this file with automake to produce Makefile.in ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -SUBDIRS = . docs tests +SUBDIRS = . docs tests build DIST_SUBDIRS = m4 $(SUBDIRS) DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc |