branch | trunk |
changeset 845 | 659a8a79ec31 |
parent 787 | e42706ada231 |
child 854 | 871e367c9d90 |
1.1 --- a/gst-gmyth/Makefile.am Sat Jul 14 17:20:54 2007 +0100 1.2 +++ b/gst-gmyth/Makefile.am Mon Sep 17 18:50:42 2007 +0100 1.3 @@ -1,5 +1,4 @@ 1.4 SUBDIRS = \ 1.5 - mythsrc \ 1.6 nuvdemux \ 1.7 concatmux \ 1.8 playbinmaemo \ 1.9 @@ -7,9 +6,14 @@ 1.10 multiqueue 1.11 1.12 DIST_SUBDIRS = \ 1.13 - mythsrc \ 1.14 nuvdemux \ 1.15 concatmux \ 1.16 playbinmaemo \ 1.17 decodebin2 \ 1.18 multiqueue 1.19 + 1.20 +if WITH_GMYTH 1.21 +SUBDIRS += mythsrc 1.22 +DIST_SUBDIRS += mythsrc 1.23 +endif 1.24 +