]> Pileus Git - ~andy/gtk/commitdiff
More examples removal
authorMatthias Clasen <mclasen@redhat.com>
Sat, 16 Oct 2010 00:59:38 +0000 (20:59 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 16 Oct 2010 00:59:38 +0000 (20:59 -0400)
examples/Makefile.am

index e5a9f8d876b76ec4d2fd70baa1176560215327c4..56fee6e5b970995f249db2858022c33f15663bca 100644 (file)
@@ -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)                         \