summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2005-12-30 15:28:44 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2005-12-30 15:28:44 +0000
commitcda24bb9303977ddedfa56f9509538a082bbd2b6 (patch)
treea049200acf90bf1c3a15ce9f57d321aebc865fad /tests/Makefile.am
parent603daf45ac63e278fc5762789c1ded487321a1bd (diff)
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
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am7
1 files changed, 3 insertions, 4 deletions
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