]> git.sesse.net Git - vlc/commitdiff
vlc-config external also includes libvlc-control
authorFilippo Carone <littlejohn@videolan.org>
Sun, 12 Nov 2006 19:52:46 +0000 (19:52 +0000)
committerFilippo Carone <littlejohn@videolan.org>
Sun, 12 Nov 2006 19:52:46 +0000 (19:52 +0000)
vlc-config.in.in

index 103c95aa8a19d4f153821beec922cdbc23eefffa..45ebe325580e21e8288d4943a9e16727ee27091c 100644 (file)
@@ -210,7 +210,7 @@ while test $# -gt 0; do
       ;;
     external)
       echo_external=yes
-      ldflags="${ldflags} -lvlc"
+      ldflags="${ldflags} -lvlc -lvlc-control"
       ;;      
     *)
       module="$1"