X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.in;fp=Makefile.in;h=9eb0510d812467231dc3f33d9ddf2e3e2b7a832a;hb=0a50c507e32a11d9ef0d1f8458b02590044f25d5;hp=47cb541194fa366c07d9bd2ba02ceb65ebd02955;hpb=4415da5dbbba04e50d4524347486d60113ed569c;p=idzebra-moved-to-github.git diff --git a/Makefile.in b/Makefile.in index 47cb541..9eb0510 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ # Copyright (C) 1994-1999, Index Data # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile.in,v 1.4 1999-05-20 12:57:18 adam Exp $ +# $Id: Makefile.in,v 1.5 1999-05-21 11:08:46 adam Exp $ SHELL=/bin/sh MAKE=make @@ -17,6 +17,10 @@ YAZINC=-I../../yaz/z39.50 -I../../yaz/include # If Yaz is compiled with mosi support uncomment and specify. #OSILIB=../../xtimosi/src/libmosi.a ../../yaz/lib/librfc.a +# Tcl include files and libraries +TCL_INCLUDE=@TCL_INCLUDE@ +TCL_LIB=@TCL_LIB@ + # Some systems have seperate socket libraries LIBS=@LIBS@