From f0ae68d9440e90711c7b547f03d7165357b9c4ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 24 Feb 2009 16:33:51 +0100 Subject: Move examples directory to tests/examples as in every other GStreamer module --- Makefile.am | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d7a9ef2ce..94bca7a28 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,20 +1,12 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc -if BUILD_EXAMPLES -SUBDIRS_EXAMPLES = examples -else -SUBDIRS_EXAMPLES = -endif - SUBDIRS = \ gst-libs gst sys ext \ - m4 common docs tests po \ - $(SUBDIRS_EXAMPLES) + m4 common docs tests po DIST_SUBDIRS = \ gst gst-libs sys ext \ - m4 common docs tests po \ - examples + m4 common docs tests po # include before EXTRA_DIST for win32 assignment include $(top_srcdir)/common/win32.mak -- cgit v1.2.1