]> git.sesse.net Git - vlc/commitdiff
* extras/contrib/src/Makefile: Fixed libdvdcss compilation.
authorChristophe Massiot <massiot@videolan.org>
Sat, 3 Sep 2005 10:22:03 +0000 (10:22 +0000)
committerChristophe Massiot <massiot@videolan.org>
Sat, 3 Sep 2005 10:22:03 +0000 (10:22 +0000)
extras/contrib/src/Makefile

index 6df83b4831f02d0cad8256a52316c748ec3a1ab1..115b0811b041ce9362618559c97f14c4f30e843e 100644 (file)
@@ -227,6 +227,7 @@ ifdef HAVE_DARWIN_OS
 .libtool:
        if test -x /usr/bin/glibtoolize; then \
                ln -sf /usr/bin/glibtoolize $(PREFIX)/bin/libtoolize ; \
+               ln -sf /usr/share/aclocal/libtool.m4 $(PREFIX)/share/aclocal ; \
        fi
        touch $@
 endif