gst-gmyth/Makefile.am
author renatofilho
Tue Aug 07 16:00:49 2007 +0100 (2007-08-07)
branchtrunk
changeset 797 7563dc4ed8d5
parent 787 e42706ada231
child 854 871e367c9d90
permissions -rwxr-xr-x
[svn r803] copyright fixed
     1 SUBDIRS = \
     2 	nuvdemux \
     3 	concatmux \
     4 	playbinmaemo \
     5 	decodebin2 \
     6 	multiqueue
     7 
     8 DIST_SUBDIRS = \
     9 	nuvdemux \
    10 	concatmux \
    11 	playbinmaemo \
    12 	decodebin2 \
    13 	multiqueue
    14 
    15 if WITH_GMYTH
    16 SUBDIRS += mythsrc
    17 DIST_SUBDIRS += mythsrc
    18 endif
    19