[vlc-commits] Add contrib/ to release/nightly tarballs.
Alexey Sokolov
git at videolan.org
Sat Jul 30 16:42:17 CEST 2011
vlc | branch: master | Alexey Sokolov <alexey at alexeysokolov.co.cc> | Tue Jul 19 00:54:44 2011 +0700| [0b6859731361d6fea1c1249453ea428168b4b477] | committer: Rémi Denis-Courmont
Add contrib/ to release/nightly tarballs.
This simplifies life for users who don't have apt-get with its
build-dep, use tarballs instead of git, but still want to easily make
all dependencies.
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0b6859731361d6fea1c1249453ea428168b4b477
---
Makefile.am | 7 +++++++
contrib/bootstrap | 2 ++
2 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 579c0f3..c8bec5e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -346,6 +346,13 @@ EXTRA_DIST += \
extras/misc/mpris.xml
###############################################################################
+# Scripts for building dependencies.
+##############################################################################
+EXTRA_DIST += \
+ contrib/bootstrap \
+ contrib/src/
+
+###############################################################################
# Building libvlc
###############################################################################
diff --git a/contrib/bootstrap b/contrib/bootstrap
index 78b6f49..b24310f 100755
--- a/contrib/bootstrap
+++ b/contrib/bootstrap
@@ -188,3 +188,5 @@ Other targets:
* make clean clean everything
* make list list packages
EOF
+
+mkdir -p ../../contrib/tarballs
More information about the vlc-commits
mailing list