]> git.sesse.net Git - vlc/commit
extras/contrib/src/Makefile: cleaned up INSTALL_NAME macro for MacOS X: all the dylib...
authorDamien Fouilleul <damienf@videolan.org>
Sun, 5 Mar 2006 23:49:52 +0000 (23:49 +0000)
committerDamien Fouilleul <damienf@videolan.org>
Sun, 5 Mar 2006 23:49:52 +0000 (23:49 +0000)
commitca0ddba7f6099a708eb5ea2758445f9fac3cd302
tree1b18855aaa740143cca9cbd49186130ca1da3554
parentf96736f0750f32da2ec13250f77384ed3c327b8b
extras/contrib/src/Makefile: cleaned up INSTALL_NAME macro for MacOS X: all the dylib in contrib/lib are soft-linked to their distributed version in 'vlc-lib'. this way, VLC build system can use contrib libs on MacOS X the same way as for UNIX, and should simplify porting to libtool
configure.ac: cleaned up Cocoa.h detection, removed link path dependency to 'vlc-lib' as it is no longer necessary
Makefile.am: fixed installation of dylibs as vlc_ prefix is already appended by INSTALL_NAME

NOTE: this change is highly disruptive for MacOS X build, I strongly recommend that you rebuild the contrib packages for this platform. Other platforms are unaffected
Makefile.am
configure.ac
extras/contrib/src/Makefile