X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=server%2FMakefile;h=cd2ce5ad4af1f8eb1ff9d23904f9a76184deebb3;hb=7f22a88d407609fc8a4f8554ef754dd649145447;hp=638e835e9d4ffd21dec27766ee56fa92654d93f9;hpb=adc5e45a46d9ce4f73370332f6e4c2f81c1d36fe;p=yaz-moved-to-github.git diff --git a/server/Makefile b/server/Makefile index 638e835..cd2ce5a 100644 --- a/server/Makefile +++ b/server/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.5 1995-03-15 08:27:15 adam Exp $ +# $Id: Makefile,v 1.6 1995-03-15 08:37:40 quinn Exp $ SHELL=/bin/sh INCLUDE=-I../include -I. -I../asn -I../odr -I../yazlib -I../../egate/include\ @@ -19,7 +19,7 @@ PROGO=statserv.o session.o all: $(LIBDIR) $(LIB) $(PROG) -$(PROG): $(LIB) $(PROGO) +$(PROG): $(LIB) $(PROGO) pwrite.o $(CC) $(CFLAGS) $(LIBINCLUDE) -o $(PROG) $(PROGO) $(LIBS) alll: