[gtk+] Fix make distcheck



commit 39529dcfed92ee511cfab71f0f96dc1d5d12529e
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Oct 15 20:48:37 2010 -0400

    Fix make distcheck

 Makefile.am |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index f87b2da..c375136 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
 ## Makefile.am for GTK+
 include $(top_srcdir)/Makefile.decl
 
-SRC_SUBDIRS = gdk gtk modules demos tests perf
+SRC_SUBDIRS = gdk gtk modules demos tests perf examples
 SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros build
 
 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
@@ -35,9 +35,6 @@ EXTRA_DIST +=			\
 	examples/aspectframe/Makefile  \
 	examples/aspectframe/aspectframe.c  \
 	examples/Makefile  \
-	examples/README.1ST  \
-	examples/extract.awk  \
-	examples/extract.sh  \
 	examples/arrow/Makefile	\
 	examples/arrow/arrow.c	\
 	examples/base/Makefile  \
@@ -103,8 +100,7 @@ EXTRA_DIST +=			\
 	examples/frame/frame.c  \
 	examples/frame/Makefile  \
 	examples/spinbutton/spinbutton.c  \
-	examples/spinbutton/Makefile  \
-	examples/find-examples.sh
+	examples/spinbutton/Makefile
 MAINTAINERCLEANFILES = \
 	$(srcdir)/INSTALL \
 	$(srcdir)/README \



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