[vlc-commits] modules/access: only add to DIST_SUBDIRS the subdirs with Makefile. am in them
Rafaël Carré
git at videolan.org
Tue Nov 29 08:38:08 CET 2011
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Tue Nov 29 02:37:47 2011 -0500| [21ce20e3591ce242d6a928363506555f09e49ba6] | committer: Rafaël Carré
modules/access: only add to DIST_SUBDIRS the subdirs with Makefile.am in them
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=21ce20e3591ce242d6a928363506555f09e49ba6
---
modules/access/Modules.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/access/Modules.am b/modules/access/Modules.am
index 11c2544..4fcbcce 100644
--- a/modules/access/Modules.am
+++ b/modules/access/Modules.am
@@ -4,7 +4,7 @@
LIBTOOL=@LIBTOOL@ --tag=CC
BASE_SUBDIRS = mms rtp rtsp vcd vcdx screen bd zip
-EXTRA_SUBDIRS = bd dshow dtv dvb linsys rar rtmp
+EXTRA_SUBDIRS = bd dshow dvb
SUBDIRS = $(BASE_SUBDIRS)
DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)
More information about the vlc-commits
mailing list