diff options
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r-- | examples/Makefile.am | 24 |
1 files changed, 6 insertions, 18 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index c7d650c31..1dfba1b44 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -4,8 +4,9 @@ else GST_LOADSAVE_DIRS = xml typefind endif -SUBDIRS = \ +dirs = \ helloworld \ + helloworld2 \ queue \ queue2 \ queue3 \ @@ -17,22 +18,9 @@ SUBDIRS = \ cutter \ pingpong \ manual \ - retag \ - $(GST_LOADSAVE_DIRS) - -DIST_SUBDIRS = helloworld \ - queue \ - queue2 \ - queue3 \ - queue4 \ - launch \ - thread \ - plugins \ - mixer \ - cutter \ - pingpong \ - manual \ - xml \ - typefind \ retag +SUBDIRS = $(dirs) \ + $(GST_LOADSAVE_DIRS) + +DIST_SUBDIRS = $(dirs) xml typefind |