X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=yaz%2B%2B-config.in;h=052e1422d96629be28c87c0aaac0a5314ee76bed;hb=9a7474140eb5aaaba2b50cbf8354eb3e5e2b813e;hp=ef654bb23d5d89f236187734f37cbf9f95f50f27;hpb=60dc867f7336f2ec8888a2f7a60cd26ee22c65a2;p=yazpp-moved-to-github.git diff --git a/yaz++-config.in b/yaz++-config.in index ef654bb..052e142 100644 --- a/yaz++-config.in +++ b/yaz++-config.in @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: yaz++-config.in,v 1.5 2004-02-11 10:01:54 adam Exp $ +# $Id: yaz++-config.in,v 1.7 2004-03-29 22:46:50 adam Exp $ yazppprefix=@prefix@ yaz_echo_cflags=no yaz_echo_libs=no @@ -28,9 +28,9 @@ EOF exit $1 } -#if test $# -eq 0; then -# yaz_echo_help=yes -#fi +if test $# -eq 0; then + yaz_echo_help=yes +fi while test $# -gt 0; do case "$1" in @@ -72,7 +72,9 @@ done libs_short="-lyazcpp -lzoomcpp" if test "$yaz_echo_source" = "yes"; then - YAZPPLIB="-L${yazpp_build_root}/src/.libs ${libs_short} $yazlibs" + YAZPPLIB="-L${yazpp_build_root}/src/.libs -lyazcpp" + YAZPPLIB="$YAZPPLIB -L${yazpp_build_root}/zoom/.libs -lzoomcpp" + YAZPPLIB="$YAZPPLIB $yazlibs" YAZPPLALIB="${yazpp_build_root}/src/libyazcpp.la $yazlalibs" YAZPPINC="@YAZINC@ -I${yazpp_src_root}/include" else