1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00

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

View File

@ -21,7 +21,6 @@ AM_LDFLAGS = -rpath '$(libvlcdir)' \
-avoid-version -module \ -avoid-version -module \
-export-symbols-regex ^vlc_entry \ -export-symbols-regex ^vlc_entry \
-shrext $(LIBEXT) \ -shrext $(LIBEXT) \
-rpath "$(libvlcdir)" \
-no-undefined \ -no-undefined \
`$(VLC_CONFIG) --ldflags plugin $@` `$(VLC_CONFIG) --ldflags plugin $@`
AM_LIBADD = `$(VLC_CONFIG) -libs plugin $@` \ AM_LIBADD = `$(VLC_CONFIG) -libs plugin $@` \