]> git.sesse.net Git - vlc/commitdiff
Fix unsorted check_symbols
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 4 Aug 2009 16:36:22 +0000 (19:36 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 4 Aug 2009 16:40:01 +0000 (19:40 +0300)
src/check_symbols

index 59f05f139471b235767e93f1301fc7d59a9ff1c1..8d7a4e4d166479378a333900e55b64ccb5eb4077 100755 (executable)
@@ -2,7 +2,7 @@
 # Plugin API consistency check for VLC
 # Copyright © 2007 Rémi Denis-Courmont.
 
-if ! diff -u ${srcdir}/libvlccore.sym libvlc-sorted.sym; then
+if ! diff -u libvlc-headers.sym libvlc-sorted.sym; then
        echo "Mismatching symbols found!"
        exit 1
 fi