X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=server%2FMakefile.in;h=c2b5859da774542414721c615c73976238cec5b8;hp=b37cde90478c6f9939cb8ab8fa23d1dedeb043e6;hb=bf7ee634e855d15e955d06e7b225d2045abd518a;hpb=30d8d86b830a88f1c8f5fef944b6d36150651b9b diff --git a/server/Makefile.in b/server/Makefile.in index b37cde9..c2b5859 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -1,25 +1,25 @@ -# Copyright (C) 1995-1998, Index Data I/S +# Copyright (C) 1995-1999, Index Data # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile.in,v 1.2 1998-08-25 16:19:44 adam Exp $ +# $Id: Makefile.in,v 1.4 1999-04-16 14:45:55 adam Exp $ SHELL=/bin/sh CC=@CC@ CPP=@CPP@ RANLIB=@RANLIB@ +CDEFS=@DEFS@ +LIBS=@LIBS@ LIBDIR=../lib #LIBMOSI=../../xtimosi/src/libmosi.a $(LIBDIR)/librfc.a -INCLUDE=-I../include -I. -I../../xtimosi/src +INCLUDE=-I../z39.50 -I../include -I. -I../../xtimosi/src LIBINCLUDE=-L$(LIBDIR) -CDEFS=@DEFS@ @ODEFS@ DEFS=$(INCLUDE) $(CDEFS) LIB=$(LIBDIR)/libserver.a -PO = eventl.o seshigh.o statserv.o requestq.o -LIBS=@LIBS@ +PO = eventl.o seshigh.o statserv.o requestq.o tcpdchk.o all: $(LIB)