diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-02-24 16:33:51 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-02-24 16:33:51 +0100 |
commit | f0ae68d9440e90711c7b547f03d7165357b9c4ac (patch) | |
tree | d77797c994b5f7457b1dd3b802f08f783c8ce0e5 /Makefile.am | |
parent | da040c2a3529801e9b7c239afb698379ede89087 (diff) |
Move examples directory to tests/examples as in every other GStreamer module
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 12 |
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 |