X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=server%2FMakefile;h=cbb5d81d7d08374c113bb3bbdb630a142fd45667;hp=42a58397eecb35bb6eb37c8fe2cbcf5e117ce66d;hb=fe5f2da0c0c4ae00864cc72a36714e90405456e4;hpb=4c93ea2a3df5c172408103163ca10499d2c499ed diff --git a/server/Makefile b/server/Makefile index 42a5839..cbb5d81 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.20 1995-04-28 14:15:39 quinn Exp $ +# $Id: Makefile,v 1.21 1995-05-15 11:56:36 quinn Exp $ LIBDIR=../lib @@ -16,7 +16,7 @@ DEFS=$(INCLUDE) LIB=$(LIBDIR)/libserver.a LIBS=$(LIBDIR)/libserver.a $(LIBDIR)/libasn.a $(LIBDIR)/libodr.a \ $(LIBDIR)/libcomstack.a $(LIBMOSI) $(LIBDIR)/libutil.a -PO = eventl.o seshigh.o statserv.o +PO = eventl.o seshigh.o statserv.o requestq.o CPP=$(CC) -E PROG=ztest PROGO=ztest.o