[vlc-commits] Rework directory order

Rémi Denis-Courmont git at videolan.org
Tue Aug 30 20:44:31 CEST 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Aug 28 23:15:38 2011 +0300| [674d660fd298b406df4cf634ca088f468daf218c] | committer: Rémi Denis-Courmont

Rework directory order

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

 Makefile.am |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 0138389..b5de587 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,16 +7,14 @@
 # which have makefiles with distribution information.
 #  - src (libvlc) is nedeed by modules
 #  - libs/* are needed by modules
-BASE_SUBDIRS = po compat src bin modules share doc test
-EXTRA_SUBDIRS = m4 \
-	libs/srtp
-DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)
-
-SUBDIRS = po compat src
+DIST_SUBDIRS = \
+	m4 compat doc po share src \
+	bin modules test
+SUBDIRS = compat doc po share src
 if BUILD_VLC
 SUBDIRS += bin
 endif
-SUBDIRS += modules share doc test
+SUBDIRS += modules test
 
 EXTRA_DIST = \
 	HACKING \



More information about the vlc-commits mailing list