From 9a234d8f17398290ba38476995050a751a9b85ac Mon Sep 17 00:00:00 2001 From: Filippo Carone Date: Sun, 12 Nov 2006 19:52:46 +0000 Subject: [PATCH] vlc-config external also includes libvlc-control --- vlc-config.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlc-config.in.in b/vlc-config.in.in index 103c95aa8a..45ebe32558 100644 --- a/vlc-config.in.in +++ b/vlc-config.in.in @@ -210,7 +210,7 @@ while test $# -gt 0; do ;; external) echo_external=yes - ldflags="${ldflags} -lvlc" + ldflags="${ldflags} -lvlc -lvlc-control" ;; *) module="$1" -- 2.39.2