summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am34
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; \