diff -r e42706ada231 -r ce58aae12c2e gst-gmyth/Makefile.am --- a/gst-gmyth/Makefile.am Sat Jul 14 17:20:54 2007 +0100 +++ b/gst-gmyth/Makefile.am Tue Sep 18 14:06:39 2007 +0100 @@ -1,5 +1,4 @@ SUBDIRS = \ - mythsrc \ nuvdemux \ concatmux \ playbinmaemo \ @@ -7,9 +6,14 @@ multiqueue DIST_SUBDIRS = \ - mythsrc \ nuvdemux \ concatmux \ playbinmaemo \ decodebin2 \ multiqueue + +if WITH_GMYTH +SUBDIRS += mythsrc +DIST_SUBDIRS += mythsrc +endif +