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
+