From aa55637b75c489a8037c65100c3bc51816f11998 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Thu, 6 Aug 2009 18:31:19 +0300 Subject: [PATCH] Specify the install path for plugins This is just pedantic. Nobody links against plugins anyway. --- modules/common.am | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/common.am b/modules/common.am index 7fbf430c52..64d9a22f45 100644 --- a/modules/common.am +++ b/modules/common.am @@ -21,6 +21,7 @@ AM_LDFLAGS = -rpath '$(libvlcdir)' \ -avoid-version -module \ -export-symbol-regex ^vlc_entry \ -shrext $(LIBEXT) \ + -rpath "$(libvlcdir)" \ -no-undefined \ `$(VLC_CONFIG) --ldflags plugin $@` AM_LIBADD = `$(VLC_CONFIG) -libs plugin $@` \ -- 2.39.5