diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-10-15 20:48:37 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-10-15 20:48:37 -0400 |
commit | 39529dcfed92ee511cfab71f0f96dc1d5d12529e (patch) | |
tree | 5c22861e6fa2544c278e110c5cb85b172bd79bc2 /Makefile.am | |
parent | 4869aeb28d9d8f5698bdb438264ba73253ff46d0 (diff) | |
download | gtk+-39529dcfed92ee511cfab71f0f96dc1d5d12529e.tar.gz |
Fix make distcheck
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am index f87b2da743..c375136bfa 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 \ |