[gdk-pixbuf] Added various items in autotools files



commit 93a36b055bb42837cb271e0e4db54e940e331cc8
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Mon Jan 31 14:51:45 2011 +0800

    Added various items in autotools files
    
    -Added the "build" directory in Makefile.am under SUBDIRS
    -Added the Makefiles to AC_CONFIG_FILES in configure.ac
    
    These will enable Visual C++ 2008 Project Files to be distributed
    during a tarball release

 Makefile.am  |    2 +-
 configure.ac |    3 +++
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 0763611..43c13db 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
 include $(top_srcdir)/Makefile.decl
 
-SUBDIRS = gdk-pixbuf po docs tests contrib
+SUBDIRS = gdk-pixbuf po docs tests contrib build
 
 EXTRA_DIST += config.h.win32
 
diff --git a/configure.ac b/configure.ac
index 83e4679..100bb20 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1030,6 +1030,9 @@ gdk-pixbuf/Makefile
 gdk-pixbuf/gdk_pixbuf.rc
 gdk-pixbuf/gdk-pixbuf-features.h
 gdk-pixbuf/pixops/Makefile
+build/Makefile
+build/win32/Makefile
+build/win32/vs9/Makefile
 docs/Makefile
 docs/reference/Makefile
 docs/reference/gdk-pixbuf/Makefile



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