File yaz-config generated by configure (not Makefile).
[yaz-moved-to-github.git] / yaz-config.in
1 #!/bin/sh
2 # yaz-config for source tree
3 YAZVERSION=@VERSION@
4 YAZBIN="@YAZ_SRC_ROOT@/bin"
5 YAZTAB="@YAZ_SRC_ROOT@/tab"
6 YAZLIB="-L@YAZ_SRC_ROOT@/lib/.libs -lyaz"
7 YAZINC="-I@YAZ_SRC_ROOT@/include"