From 970d03b19751c5b21c8c157aa95162dd2dad80b0 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 15 Mar 1995 09:08:29 +0000 Subject: [PATCH] Take care of preferredMessageSize. --- server/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 1.7.10.4