[vlc-commits] Work around automake bug (?) to distribute contribs

Rémi Denis-Courmont git at videolan.org
Fri Mar 2 02:16:04 CET 2012


vlc/vlc-2.0 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Mar  1 19:06:20 2012 +0200| [47ec4cecd6ccb68cf358d5bf54143a23ab55a2ff] | committer: Jean-Baptiste Kempf

Work around automake bug (?) to distribute contribs

Files were copied to contrib/src/src instead of contrib/src...
(cherry picked from commit 49399c2720db101476aed2014c58444929357e19)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=47ec4cecd6ccb68cf358d5bf54143a23ab55a2ff
---

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index aa149fa..858d2f0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -381,7 +381,7 @@ EXTRA_DIST += \
 ##############################################################################
 EXTRA_DIST += \
 	contrib/bootstrap \
-	contrib/src/
+	contrib/src
 
 ###############################################################################
 # Building libvlc



More information about the vlc-commits mailing list