From bd7e3852ac17b93151b1fd3be41b5e2dae378ef6 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 15 Oct 2010 20:59:38 -0400 Subject: [PATCH] More examples removal --- examples/Makefile.am | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index e5a9f8d876..56fee6e5b9 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) \