diff -r e42706ada231 -r 32ec09590cf2 gst-gmyth/Makefile.am --- a/gst-gmyth/Makefile.am Sat Jul 14 17:20:54 2007 +0100 +++ b/gst-gmyth/Makefile.am Thu Aug 23 22:30:57 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 +