Skip to content
Snippets Groups Projects

Makefile.am: enforce pkglib dependency order for install

Merged Alexandre Janniaux requested to merge alexandre-janniaux/vlc:vdpau-relinking/1 into master
1 unresolved thread
+ 5
0
# Install the pkglib/pkglibexec first before relinking the modules.
# This ensures libtool re-linking is not racy.
install-data-am: install-exec-am
noinst_LTLIBRARIES =
check_LTLIBRARIES =
pkglib_LTLIBRARIES =
Loading