diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2005-12-30 15:28:44 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2005-12-30 15:28:44 +0000 |
commit | cda24bb9303977ddedfa56f9509538a082bbd2b6 (patch) | |
tree | a049200acf90bf1c3a15ce9f57d321aebc865fad /tests/Makefile.am | |
parent | 603daf45ac63e278fc5762789c1ded487321a1bd (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.am | 7 |
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 |