diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-10-14 21:23:13 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-10-14 21:23:13 +0000 |
commit | 15371ea25b3808fbca88627f3567b05beddb5857 (patch) | |
tree | 66b52d57b63cdf907b439236568c0baef6c9e3ce /src | |
parent | 79f872a00fd0b939903e9710f9506b6124af66c6 (diff) | |
download | xine-lib-15371ea25b3808fbca88627f3567b05beddb5857.tar.gz xine-lib-15371ea25b3808fbca88627f3567b05beddb5857.tar.bz2 |
document changes, looks like automake didn't like my comments in the src/Makefile.am
CVS patchset: 2833
CVS date: 2002/10/14 21:23:13
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 34 |
1 files changed, 22 insertions, 12 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 50bc6a866..d79bd337a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,19 +1,19 @@ # Order is important be careful changing SUBDIRS -SUBDIRS = \ - xine-utils \ - xine-engine \ - audio_out \ - video_out \ - dxr3 \ - input \ - libmpeg2 \ - libspudec \ - demuxers \ +#SUBDIRS = \ +# xine-utils \ +# xine-engine \ +# audio_out \ +# video_out \ +# dxr3 \ +# input \ +# libmpeg2 \ +# libspudec \ +# demuxers \ # liba52 \ - libffmpeg \ +# libffmpeg \ # liblpcm \ # libw32dll \ - libmad +# libmad # libdts \ # libvorbis \ # libdivx4 \ @@ -24,6 +24,16 @@ SUBDIRS = \ # libxineadec \ # libfaad +SUBDIRS = \ + xine-utils \ + xine-engine \ + audio_out \ + video_out \ + input \ + demuxers \ + libffmpeg \ + libmad + debug: @list='$(SUBDIRS)'; for subdir in $$list; do \ (cd $$subdir && $(MAKE) $@) || exit; \ |