Commit 0b685973 authored by Alexey Sokolov's avatar Alexey Sokolov Committed by 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: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 9b14df04
...@@ -345,6 +345,13 @@ EXTRA_DIST += \ ...@@ -345,6 +345,13 @@ EXTRA_DIST += \
extras/misc/mpris.py \ extras/misc/mpris.py \
extras/misc/mpris.xml extras/misc/mpris.xml
###############################################################################
# Scripts for building dependencies.
##############################################################################
EXTRA_DIST += \
contrib/bootstrap \
contrib/src/
############################################################################### ###############################################################################
# Building libvlc # Building libvlc
############################################################################### ###############################################################################
......
...@@ -188,3 +188,5 @@ Other targets: ...@@ -188,3 +188,5 @@ Other targets:
* make clean clean everything * make clean clean everything
* make list list packages * make list list packages
EOF EOF
mkdir -p ../../contrib/tarballs
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment