[clutter/msvc-support] Update configure.ac for some missed headers



commit 2b1303a939b7cc895f98e00d329d0bda7c2bc851
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Fri Apr 22 12:22:39 2011 +0800

    Update configure.ac for some missed headers
    
    The config.h.win32 and clutter-version.h.win32 needs to be
    created during the ./autogen.sh stage, and they were missed.
    
    Made up for them here.

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3066590..56c5d77 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1232,7 +1232,7 @@ dnl ===========================================================================
 
 AC_CONFIG_FILES([
 	Makefile
-
+	config.h.win32
         README
 
 	build/Makefile
@@ -1245,6 +1245,7 @@ AC_CONFIG_FILES([
 	clutter/Makefile
         clutter/clutter-config.h
 	clutter/clutter-version.h
+	clutter/clutter-version.h.win32
 	clutter/clutter-$CLUTTER_API_VERSION.pc:clutter/clutter.pc.in
 
 	clutter/cally/cally-$CLUTTER_API_VERSION.pc:clutter/cally/cally.pc.in



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