[vlc-devel] commit: contribs: the vlc-lib is non-existant nowadays ( Felix Paul Kühne )
git version control
git at videolan.org
Sat Feb 21 12:58:00 CET 2009
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Feb 21 12:57:16 2009 +0100| [62eec6f8a0828cdffaff3499d659aa6d75a1e3ef] | committer: Felix Paul Kühne
contribs: the vlc-lib is non-existant nowadays
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=62eec6f8a0828cdffaff3499d659aa6d75a1e3ef
---
extras/contrib/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/extras/contrib/Makefile b/extras/contrib/Makefile
index 2ac9dfd..dc70f88 100644
--- a/extras/contrib/Makefile
+++ b/extras/contrib/Makefile
@@ -25,7 +25,7 @@
include ./config.mak
-BUILDDIRS = bin doc etc include info lib man sbin share vlc-lib tmp gecko-sdk
+BUILDDIRS = bin doc etc include info lib man sbin share tmp gecko-sdk
ifdef HAVE_DARWIN_OS
TARGETALL=using-bin
@@ -80,7 +80,7 @@ package-macosx:
exit 1 ; \
fi
mkdir tmp
- tar cf - bin sbin include lib vlc-lib share/aclocal* share/autoconf* \
+ tar cf - bin sbin include lib share/aclocal* share/autoconf* \
share/automake* share/gettext* share/libtool* gecko-sdk \
| (cd tmp; tar xf -)
./change_prefix.sh tmp $(PREFIX) @@CONTRIB_PREFIX@@
More information about the vlc-devel
mailing list