]> git.sesse.net Git - vlc/commitdiff
Do not path -rpath twice
authorRémi Denis-Courmont <remi@remlab.net>
Mon, 18 Jul 2011 19:16:01 +0000 (22:16 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 18 Jul 2011 19:20:14 +0000 (22:20 +0300)
modules/common.am

index fc29eae530b07d4118874563e50446167db988b9..5cecb189cddd5ff3dd73a96fc7ee974178ecee00 100644 (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 $@` \