[vlc-commits] Access makefile: don't add twice the folders

Jean-Baptiste Kempf git at videolan.org
Tue Nov 29 09:47:35 CET 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Nov 29 09:39:43 2011 +0100| [3cfa24562e1d3e9c2e62bbfe602222284d553f72] | committer: Jean-Baptiste Kempf

Access makefile: don't add twice the folders

And reorder alphabetically, so such mistakes don't happen again

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3cfa24562e1d3e9c2e62bbfe602222284d553f72
---

 modules/access/Modules.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/access/Modules.am b/modules/access/Modules.am
index 4fcbcce..bbf0c5e 100644
--- a/modules/access/Modules.am
+++ b/modules/access/Modules.am
@@ -3,8 +3,8 @@
 # obviously does not. Here is a fix for that.
 LIBTOOL=@LIBTOOL@ --tag=CC
 
-BASE_SUBDIRS = mms rtp rtsp vcd vcdx screen bd zip
-EXTRA_SUBDIRS = bd dshow dvb
+BASE_SUBDIRS = bd mms rtp rtsp screen vcd vcdx zip
+EXTRA_SUBDIRS = dshow dvb
 SUBDIRS = $(BASE_SUBDIRS)
 DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)
 



More information about the vlc-commits mailing list