Browse Source

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@remlab.net>
pull/2/head
Alexey Sokolov 15 years ago
committed by Rémi Denis-Courmont
parent
commit
0b68597313
  1. 7
      Makefile.am
  2. 2
      contrib/bootstrap

7
Makefile.am

@ -345,6 +345,13 @@ EXTRA_DIST += \
extras/misc/mpris.py \
extras/misc/mpris.xml
###############################################################################
# Scripts for building dependencies.
##############################################################################
EXTRA_DIST += \
contrib/bootstrap \
contrib/src/
###############################################################################
# Building libvlc
###############################################################################

2
contrib/bootstrap

@ -188,3 +188,5 @@ Other targets:
* make clean clean everything
* make list list packages
EOF
mkdir -p ../../contrib/tarballs

Loading…
Cancel
Save