X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=server%2FMakefile;h=5fcb43d552f566374c6e84ade4ae8cb20876f074;hb=281bd093d547534ce4e667214a1881a84a9f3227;hp=cd2ce5ad4af1f8eb1ff9d23904f9a76184deebb3;hpb=7f22a88d407609fc8a4f8554ef754dd649145447;p=yaz-moved-to-github.git diff --git a/server/Makefile b/server/Makefile index cd2ce5a..5fcb43d 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.8 1995-03-15 11:18:17 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) pwrite.o +$(PROG): $(LIB) $(PROGO) $(CC) $(CFLAGS) $(LIBINCLUDE) -o $(PROG) $(PROGO) $(LIBS) alll: