From 503069555ca9f9ac7e9148e995f0060854b781de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= Date: Mon, 18 Jul 2011 22:16:01 +0300 Subject: [PATCH] Do not path -rpath twice --- modules/common.am | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/common.am b/modules/common.am index fc29eae530..5cecb189cd 100644 --- a/modules/common.am +++ b/modules/common.am @@ -21,7 +21,6 @@ AM_LDFLAGS = -rpath '$(libvlcdir)' \ -avoid-version -module \ -export-symbols-regex ^vlc_entry \ -shrext $(LIBEXT) \ - -rpath "$(libvlcdir)" \ -no-undefined \ `$(VLC_CONFIG) --ldflags plugin $@` AM_LIBADD = `$(VLC_CONFIG) -libs plugin $@` \