From: Adam Dickmeiss Date: Wed, 15 Mar 1995 09:08:29 +0000 (+0000) Subject: Take care of preferredMessageSize. X-Git-Tag: YAZ.1.8~1131 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=970d03b19751c5b21c8c157aa95162dd2dad80b0 Take care of preferredMessageSize. --- diff --git a/server/Makefile b/server/Makefile index cd2ce5a..240f34e 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.6 1995-03-15 08:37:40 quinn Exp $ +# $Id: Makefile,v 1.7 1995-03-15 09:08:29 adam 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) pwrite.o +$(PROG): $(LIB) $(PROGO) $(CC) $(CFLAGS) $(LIBINCLUDE) -o $(PROG) $(PROGO) $(LIBS) alll: