]> git.sesse.net Git - vlc/commitdiff
Fix a typo with the libtool flag -export-symbols-regex
authorBrad Smith <brad@comstyle.com>
Sat, 30 Oct 2010 23:26:25 +0000 (19:26 -0400)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 31 Oct 2010 06:55:45 +0000 (08:55 +0200)
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
modules/common.am

index 5e4d65f57e381b811050e6e620243e813e526b06..1092b620c11744035820cddebba461ec56457736 100644 (file)
@@ -18,7 +18,7 @@ AM_CXXFLAGS = `$(VLC_CONFIG) --cxxflags plugin $@`
 AM_OBJCFLAGS = `$(VLC_CONFIG) --objcflags plugin $@`
 AM_LDFLAGS = -rpath '$(libvlcdir)' \
        -avoid-version -module \
-       -export-symbol-regex ^vlc_entry \
+       -export-symbols-regex ^vlc_entry \
        -shrext $(LIBEXT) \
        -rpath "$(libvlcdir)" \
        -no-undefined \