gst-gmyth/Makefile.am
author melunko
Tue Sep 18 13:45:04 2007 +0100 (2007-09-18)
branchtrunk
changeset 846 5d027884a9d3
parent 787 e42706ada231
child 854 871e367c9d90
permissions -rwxr-xr-x
[svn r852] server/data/gmsd script 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