X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=yaz-config.in;h=a5d7384f5f4c41b9507ac45e23eddb3c1f621b9c;hb=refs%2Ftags%2Fv5.15.0;hp=fe26a601c16c2220445e4293c926a311a32cbcb2;hpb=dd883e77d19525d50c04ee97c0eb85b648a08e57;p=yaz-moved-to-github.git diff --git a/yaz-config.in b/yaz-config.in index fe26a60..a5d7384 100644 --- a/yaz-config.in +++ b/yaz-config.in @@ -19,6 +19,10 @@ build_root="@abs_top_builddir@" ICU_LIBS="@ICU_LIBS@" ICU_CPPFLAGS="@ICU_CPPFLAGS@" SSL_LIBS="@SSL_LIBS@" +GCRYPT_LIBS="@GCRYPT_LIBS@" +NETTLE_LIBS="@NETTLE_LIBS@" +MEMCACHED_LIBS="@MEMCACHED_LIBS@" +HIREDIS_LIBS="@HIREDIS_LIBS@" LIBS="@LIBS@" VERSION=@VERSION@ YAZVERSION=$VERSION @@ -130,7 +134,7 @@ if test "$echo_source" = "yes"; then else YAZLIB="-L${build_root}/src/.libs $YAZLIB" fi - LIBS="${SSL_LIBS} $LIBS" + LIBS="${SSL_LIBS} ${GCRYPT_LIBS} ${NETTLE_LIBS} ${MEMCACHED_LIBS} ${HIREDIS_LIBS} $LIBS" YAZLIB="$YAZLIB $LIBS" YAZLALIB="${build_root}/src/libyaz.la"