[clutter/msvc-support: 5/8] Autotools update in $(srcroot)



commit b297642ad0434e77f176362f86ade9deebf074f0
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Tue Apr 19 19:27:05 2011 +0800

    Autotools update in $(srcroot)
    
    -Change ordering of SUBDIRS so that 'make dist'
     can be completed with the VS2008/2010 build files
    
    -Add the README file for distribution with the correct
     required versions for the dependencies
    
    -Added the pre-configured config.h(.win32.in) for
     distribution

 Makefile.am  |    5 ++++-
 configure.ac |    3 +++
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 7246923..8c9b0f9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@ include $(top_srcdir)/build/autotools/Makefile.am.silent
 
 NULL =
 
-SUBDIRS = build clutter tests doc po
+SUBDIRS = clutter tests doc po build
 
 # XXX - this is a massive hack to make autoreconf honour the ACLOCAL_FLAGS
 # that jhbuild sets while still retaining build/autotools as the authoritative
@@ -12,6 +12,9 @@ ACLOCAL_AMFLAGS = -I build/autotools ${ACLOCAL_FLAGS}
 EXTRA_DIST = \
 	ChangeLog.pre-git-import	\
 	README.in			\
+	README				\
+	config.h.win32		\
+	config.h.win32.in	\
 	$(NULL)
 
 CLEANFILES = $(pcfiles)
diff --git a/configure.ac b/configure.ac
index 8184696..3066590 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1238,6 +1238,9 @@ AC_CONFIG_FILES([
 	build/Makefile
 	build/autotools/Makefile
 	build/mingw/Makefile
+	build/win32/Makefile
+	build/win32/vs9/Makefile
+	build/win32/vs10/Makefile
 
 	clutter/Makefile
         clutter/clutter-config.h



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]