X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=server%2FMakefile.in;h=4381f9bac42ed40cd0c82365e20fdd9b4f440e2a;hp=579c7b8ba13a84ea0bf92866faf16a0eaa09848e;hb=a19243ec18959150a30c63c521fc5b0af860ce18;hpb=1fbf9907e66c5697b9537a1a4849295c05b12b6b diff --git a/server/Makefile.in b/server/Makefile.in index 579c7b8..4381f9b 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -1,13 +1,15 @@ -# 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.1 1998-08-21 14:13:34 adam Exp $ +# $Id: Makefile.in,v 1.5 1999-06-09 09:43:31 adam Exp $ SHELL=/bin/sh CC=@CC@ CPP=@CPP@ RANLIB=@RANLIB@ +CDEFS=@DEFS@ +LIBS=@LIBS@ LIBDIR=../lib @@ -15,11 +17,9 @@ LIBDIR=../lib INCLUDE=-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 -ELIBS=@LIBS@ +PO = eventl.o seshigh.o statserv.o requestq.o tcpdchk.o all: $(LIB)