]> git.sesse.net Git - vlc/commitdiff
contribs: the vlc-lib is non-existant nowadays
authorFelix Paul Kühne <fkuehne@videolan.org>
Sat, 21 Feb 2009 11:57:16 +0000 (12:57 +0100)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sat, 21 Feb 2009 11:57:52 +0000 (12:57 +0100)
extras/contrib/Makefile

index 2ac9dfd24e4554e270d022c5e5f3a592238b61f4..dc70f88e597947e428854f7f719cc3ec10976ea0 100644 (file)
@@ -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@@