Do not path -rpath twice

This commit is contained in:
Rémi Denis-Courmont 2011-07-18 22:16:01 +03:00
parent 2aea47cfbe
commit 503069555c
1 changed files with 0 additions and 1 deletions

View File

@ -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 $@` \