Commits on Source (9)
-
Defining libdtv_plugin_la_DEPENDENCIES means that the dependencies that might be added to libdtv_plugin_la_LIBADD will not be accounted correctly, whereas libbda.la is already in LIBADD and will automatically be accounted into the DEPENDENCIES if left unspecified.
66187b95 -
Defining test_block_DEPENDENCIES means that the dependencies that might be added to test_block_LDADD will not be accounted correctly. It was added in ec7e1f82 but should not be needed.
5548ad24 -
Programs assigned to check_PROGRAMS are alrady not installed.
8882c621 -
Automake will correctly ignore any file included into a target source when there is no suffix rule existing for turning those files into a .$(OBJEXT) file. Setting the target DEPENDENCIES might lead to confusing behaviour where dependencies added to LIBADD are not propagated correctly. The automake manual suggest using `EXTRA_%_DEPENDENCIES` when the goal is to augment the automake-generated `%_DEPENDENCIES` instead. Also, setting libvlccore.sym into a target _SOURCES automatically configure it for distribution.
1bef7923 -
fb781101
-
Now that DEPENDENCIES is not set by anyone else, we can just remove those forced dependencies and rely on the automake-generated ones from the LIBADD member.
8ed824e4 -
Automake will correctly ignore any file included into a target source when there is no suffix rule existing for turning those files into a .$(OBJEXT) file. Also, setting libvlccore.sym into a target _SOURCES automatically configure it for distribution.
6c21c608 -
Setting the target DEPENDENCIES might lead to confusing behaviour where dependencies added to LIBADD are not propagated correctly. The automake manual suggest using `EXTRA_%_DEPENDENCIES` when the goal is to augment the automake-generated `%_DEPENDENCIES` instead.
88f343b4 -
Setting the target DEPENDENCIES might lead to confusing behaviour where dependencies added to LDADD are not propagated correctly. The automake manual suggest using `EXTRA_%_DEPENDENCIES` when the goal is to augment the automake-generated `%_DEPENDENCIES` instead.
84dab2a4