]> git.sesse.net Git - vlc/commitdiff
* Fixed gnutls and cdio dylib installation
authorDerk-Jan Hartman <hartman@videolan.org>
Wed, 6 Apr 2005 22:33:37 +0000 (22:33 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Wed, 6 Apr 2005 22:33:37 +0000 (22:33 +0000)
extras/contrib/src/Makefile

index 71356f25d1269ea8f858a7d37472768c483176d1..8f333fc5072d27913b7754f5cd0faffc35f7193d 100644 (file)
@@ -967,6 +967,7 @@ libcdio: libcdio-$(CDIO_VERSION).tar.gz
 
 .cdio: libcdio
        (cd $<; ./configure --prefix=$(PREFIX) --without-vcdinfo && make && make install)
+       $(INSTALL_NAME)
        touch $@
 
 CLEAN_FILE += .cdio
@@ -1094,7 +1095,8 @@ gnutls: gnutls-$(GNUTLS_VERSION).tar.bz2
        $(EXTRACT_BZ2)
 
 .gnutls: gnutls
-       (cd $<; ./configure --prefix=$(PREFIX) && make install )
+       (cd $<; ./configure --prefix=$(PREFIX) && make && make install )
+       $(INSTALL_NAME)
        touch $@
 
 CLEAN_FILE += .gnutls