summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-02-24 16:33:51 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-02-24 16:33:51 +0100
commitf0ae68d9440e90711c7b547f03d7165357b9c4ac (patch)
treed77797c994b5f7457b1dd3b802f08f783c8ce0e5 /Makefile.am
parentda040c2a3529801e9b7c239afb698379ede89087 (diff)
downloadgstreamer-plugins-bad-f0ae68d9440e90711c7b547f03d7165357b9c4ac.tar.gz
Move examples directory to tests/examples as in every other GStreamer module
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am12
1 files changed, 2 insertions, 10 deletions
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