From 53c29a1259b8fb1c7fbcb45754ddb6b243d0a9ed Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 30 Nov 2005 18:28:53 +0000 Subject: move Original commit message from CVS: * PORTED_09: * docs/random/PORTED_09: move * tests/Makefile.am: add * win32/gst.sln: remove --- tests/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/Makefile.am (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am new file mode 100644 index 00000000..ce326cf9 --- /dev/null +++ b/tests/Makefile.am @@ -0,0 +1,11 @@ +if HAVE_CHECK +SUBDIRS_CHECK = check +else +SUBDIRS_CHECK = +endif + +SUBDIRS = \ + $(SUBDIRS_CHECK) + +DIST_SUBDIRS = \ + check -- cgit