diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-10-22 21:34:54 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-10-22 21:34:54 +0000 |
commit | f00e62b71aa363f4edbc359ce771f56315897ada (patch) | |
tree | 6f8375f6358b5500bdeb3b7ee6a298bb3f1a7919 /misc | |
parent | 281d2f5ebe47b9b0cad4c5167f63d38a47a5f64f (diff) | |
download | xine-lib-f00e62b71aa363f4edbc359ce771f56315897ada.tar.gz xine-lib-f00e62b71aa363f4edbc359ce771f56315897ada.tar.bz2 |
Fixed libxineutils linking.
CVS patchset: 859
CVS date: 2001/10/22 21:34:54
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xine-config.in | 2 |
1 files changed, 1 insertions, 1 deletions
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@" |