gst-gmyth/Makefile.am
author melunko
Fri Mar 14 12:45:05 2008 +0000 (2008-03-14)
branchtrunk
changeset 943 17c89e61d1c3
parent 793 45c799bef1f6
permissions -rwxr-xr-x
[svn r952] updated debian/changelog to set gmyth 0.8.1
     1 SUBDIRS = \
     2 	nuvdemux
     3 
     4 DIST_SUBDIRS = \
     5 	nuvdemux
     6 
     7 if WITH_GMYTH
     8 SUBDIRS += mythsrc
     9 DIST_SUBDIRS += mythsrc
    10 endif
    11