X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=server%2FMakefile;h=d56bd87463893be2a500cdee433c51fc719c1dc4;hb=c830124fd18d0bc1dc330d7d8b62aac51d12659c;hp=09a3ac28f62efd8b0ad44939a3a219189d775142;hpb=502061d0cd291d3858c9b70eccd09dc35f400080;p=yaz-moved-to-github.git diff --git a/server/Makefile b/server/Makefile index 09a3ac2..d56bd87 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.26 1995-06-25 10:53:57 quinn Exp $ +# $Id: Makefile,v 1.28 1995-08-17 12:45:22 quinn Exp $ LIBDIR=../lib @@ -14,11 +14,11 @@ LIBINCLUDE=-L$(LIBDIR) DEFS=$(INCLUDE) LIB=$(LIBDIR)/libserver.a LIBS=$(LIBDIR)/libserver.a $(LIBDIR)/libasn.a $(LIBDIR)/libodr.a \ -$(LIBDIR)/libcomstack.a $(LIBMOSI) $(LIBDIR)/libutil.a +$(LIBDIR)/libcomstack.a $(LIBMOSI) $(LIBDIR)/libutil.a $(ELIBS) PO = eventl.o seshigh.o statserv.o requestq.o CPP=$(CC) -E PROG=ztest -PROGO=ztest.o +PROGO=ztest.o read-grs.o RANLIB=ranlib all: $(LIBDIR) $(LIB) $(PROG)