diff --git a/modules/audio_output/Makefile.am b/modules/audio_output/Makefile.am index 8d48003e20b5a1acd1125719c7989203e74c3038..c045a892c10dc72464f697300f76028d8f19d50f 100644 --- a/modules/audio_output/Makefile.am +++ b/modules/audio_output/Makefile.am @@ -2,7 +2,8 @@ aoutdir = $(pluginsdir)/audio_output aout_LTLIBRARIES = # Install the pkglib/pkglibexec first before relinking the modules. # This ensures libtool re-linking is not racy. -install-aoutLTLIBRARIES: install-pkglibLTLIBRARIES +installaoutLTLIBRARIES = install-aoutLTLIBRARIES +$(installaoutLTLIBRARIES): install-pkglibLTLIBRARIES libvlc_android_audioformat_jni_la_SOURCES = \ audio_output/android/audioformat_jni.c \ diff --git a/modules/hw/vdpau/Makefile.am b/modules/hw/vdpau/Makefile.am index f195f712310bded3326a77720da2a6925da6ebb1..1abdfa21a9b44da73e49fd2b19821c3fdd548976 100644 --- a/modules/hw/vdpau/Makefile.am +++ b/modules/hw/vdpau/Makefile.am @@ -1,7 +1,8 @@ vdpaudir = $(pluginsdir)/vdpau # Install the pkglib/pkglibexec first before relinking the modules. # This ensures libtool re-linking is not racy. -install-vpdauLTLIBRARIES: install-pkglibLTLIBRARIES +installvpdauLTLIBRARIES = install-vdpauLTLIBRARIES +$(installvpdauLTLIBRARIES): install-pkglibLTLIBRARIES libvlc_vdpau_la_SOURCES = hw/vdpau/vlc_vdpau.c hw/vdpau/vlc_vdpau.h diff --git a/modules/video_output/Makefile.am b/modules/video_output/Makefile.am index bcbb892c4c93ce2cc3c2343fad1119189bcc9bca..844b0dd01c81b2cd7b22c24b6bb528ae9ef0630f 100644 --- a/modules/video_output/Makefile.am +++ b/modules/video_output/Makefile.am @@ -2,7 +2,8 @@ voutdir = $(pluginsdir)/video_output vout_LTLIBRARIES = # Install the pkglib/pkglibexec first before relinking the modules. # This ensures libtool re-linking is not racy. -install-voutLTLIBRARIES: install-pkglibLTLIBRARIES +installvoutLTLIBRARIES = install-voutLTLIBRARIES +$(installvoutLTLIBRARIES): install-pkglibLTLIBRARIES EXTRA_DIST += video_output/README