[gtk+] More examples removal



commit bd7e3852ac17b93151b1fd3be41b5e2dae378ef6
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Oct 15 20:59:38 2010 -0400

    More examples removal

 examples/Makefile.am |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/examples/Makefile.am b/examples/Makefile.am
index e5a9f8d..56fee6e 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,5 +1,9 @@
 
-DIST_SUBDIRS = 	arrow \
+# these have a handrolled Makefile that gets in the way of distchecking
+# so they will not be included in tarballs until they get integrated
+# in the new 'getting started' section of the docs
+OLD_EXAMPLES = \
+		arrow \
 		aspectframe \
 		base \
 		buttonbox \
@@ -28,8 +32,8 @@ DIST_SUBDIRS = 	arrow \
 		spinbutton \
 		statusbar \
 		table \
-		tictactoe
-# wheelbarrow
+		tictactoe \
+		wheelbarrow
 
 INCLUDES = \
 	-I$(top_srcdir)				\



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