From cda24bb9303977ddedfa56f9509538a082bbd2b6 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Fri, 30 Dec 2005 15:28:44 +0000 Subject: moved level-example to tests/examples/level-example Original commit message from CVS: * configure.ac: * gst/level/Makefile.am: * gst/level/level-example.c: * tests/Makefile.am: * tests/examples/level/Makefile.am: * tests/examples/level/level-example.c: (message_handler), (main): moved level-example to tests/examples/level-example * tests/old/examples/level/demo.c: (main): * tests/old/examples/level/plot.c: (main): some initial fixes --- tests/Makefile.am | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index ce326cf9..acdd17e0 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -4,8 +4,7 @@ else SUBDIRS_CHECK = endif -SUBDIRS = \ - $(SUBDIRS_CHECK) +SUBDIRS = $(SUBDIRS_CHECK) examples + +DIST_SUBDIRS = check examples -DIST_SUBDIRS = \ - check -- cgit