]> git.sesse.net Git - vlc/commit
Move libvlccore and libcompat to LDFLAGS from LIBADD
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 9 Sep 2012 13:27:10 +0000 (16:27 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 9 Sep 2012 13:27:10 +0000 (16:27 +0300)
commit8ac45478b4cddfb3ea83feefbad3e98de0397ac2
tree9850fdea8173d9de8f7f7d9ac5a5d4403a61e4e6
parent5282cbf1d8454ae80b6630300c8778d2ff99d38d
Move libvlccore and libcompat to LDFLAGS from LIBADD

An ABI change to libvlccore or libcompat will always be signaled by a
change in a header file. That change will trigger a recompilation and
then relinking of affected plugins.

Thus, there is no need for libvlccore.la and libcompat.la to be
explicit dependencies of plugins. This small hack avoids relinking
every plugin whenever the libvlccore is rebuilt.
modules/common.am