gmime r1551 - in trunk: . build build/vs2008



Author: fejj
Date: Sat Apr  4 15:13:50 2009
New Revision: 1551
URL: http://svn.gnome.org/viewvc/gmime?rev=1551&view=rev

Log:
added vs2008 project files to EXTRA_DIST

Added:
   trunk/build/Makefile.am
   trunk/build/vs2008/Makefile.am
Modified:
   trunk/Makefile.am
   trunk/build/   (props changed)
   trunk/build/vs2008/   (props changed)
   trunk/configure.in

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Sat Apr  4 15:13:50 2009
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = util gmime src 
+SUBDIRS = build util gmime src 
 
 if ENABLE_MONO
 SUBDIRS += mono
@@ -24,14 +24,11 @@
 EXTRA_DIST = 				\
 	PORTING				\
 	gmime-$(GMIME_API_VERSION).pc.in\
-	config.h.win32			\
 	gmime.spec.in 			\
 	iconv-detect.c			\
 	zentimer.h 			\
 	zenprofiler.h			\
-	gtk-doc.make			\
-	gmime.vcproj			\
-	gmime.sln
+	gtk-doc.make
 
 BUILD_EXTRA_DIST = 			\
 	gmime.spec

Added: trunk/build/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/build/Makefile.am	Sat Apr  4 15:13:50 2009
@@ -0,0 +1,3 @@
+## Process this file with automake to produce Makefile.in
+
+SUBDIRS = vs2008

Added: trunk/build/vs2008/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/build/vs2008/Makefile.am	Sat Apr  4 15:13:50 2009
@@ -0,0 +1,14 @@
+## Process this file with automake to produce Makefile.in
+
+EXTRA_DIST = \
+	config.h.win32		\
+	gmime.vcproj		\
+	gmime.sln		\
+	basic-example.vcproj	\
+	imap-example.vcproj	\
+	test-headers.vcproj	\
+	test-streams.vcproj	\
+	test-iconv.vcproj	\
+	test-mime.vcproj	\
+	test-mbox.vcproj	\
+	test-cat.vcproj

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sat Apr  4 15:13:50 2009
@@ -500,6 +500,8 @@
 
 AC_OUTPUT(
 Makefile
+build/Makefile
+build/vs2008/Makefile
 docs/Makefile
 docs/reference/Makefile
 docs/tutorial/Makefile



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