diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-04-02 12:49:06 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-04-02 12:49:06 +0000 |
commit | 1ed7c369057060ac54a5b2f29db6f9c481bcd530 (patch) | |
tree | 64ebfd6f18ef5ed5f89d7b075303c81a76689d72 | |
parent | 6c814e9cd0c94183818ba2337d0adc787e08e9e6 (diff) | |
download | xine-lib-1ed7c369057060ac54a5b2f29db6f9c481bcd530.tar.gz xine-lib-1ed7c369057060ac54a5b2f29db6f9c481bcd530.tar.bz2 |
Add zlib in libs.
CVS patchset: 1663
CVS date: 2002/04/02 12:49:06
-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 8126b9022..f3652b1b5 100644 --- a/misc/xine-config.in +++ b/misc/xine-config.in @@ -96,7 +96,7 @@ if test "$echo_cflags" = "yes"; then fi if test "$echo_libs" = "yes"; then - echo -L@libdir@ -lxineutils -lxine @THREAD_LIBS@ + echo -L@libdir@ -lxineutils -lxine @ZLIB_LIBS@ @THREAD_LIBS@ fi if test "$echo_plugindir" = "yes"; then echo "@XINE_PLUGINPATH@" |