commit | f0ae68d9440e90711c7b547f03d7165357b9c4ac | [log] [tgz] |
---|---|---|
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | Tue Feb 24 16:33:51 2009 +0100 |
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | Tue Feb 24 16:33:51 2009 +0100 |
tree | d77797c994b5f7457b1dd3b802f08f783c8ce0e5 | |
parent | da040c2a3529801e9b7c239afb698379ede89087 [diff] [blame] |
Move examples directory to tests/examples as in every other GStreamer module
diff --git a/tests/Makefile.am b/tests/Makefile.am index fb07e8e..022b8d5 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am
@@ -4,8 +4,17 @@ SUBDIRS_CHECK = endif +if BUILD_EXAMPLES +SUBDIRS_EXAMPLES = examples +else +SUBDIRS_EXAMPLES = +endif + SUBDIRS = icles \ - $(SUBDIRS_CHECK) + $(SUBDIRS_CHECK) \ + $(SUBDIRS_EXAMPLES) DIST_SUBDIRS = icles \ - check + check \ + examples +