From f00e62b71aa363f4edbc359ce771f56315897ada Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Mon, 22 Oct 2001 21:34:54 +0000 Subject: Fixed libxineutils linking. CVS patchset: 859 CVS date: 2001/10/22 21:34:54 --- misc/xine-config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/xine-config.in b/misc/xine-config.in index 162767a89..13de1a352 100644 --- a/misc/xine-config.in +++ b/misc/xine-config.in @@ -92,7 +92,7 @@ if test "$echo_cflags" = "yes"; then fi if test "$echo_libs" = "yes"; then - echo -L@libdir@ -lxine @THREAD_LIBS@ + echo -L@libdir@ -lxineutils -lxine @THREAD_LIBS@ fi if test "$echo_plugindir" = "yes"; then echo "@XINE_PLUGINPATH@" -- cgit v1.2.3