X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=server%2FMakefile;h=643047debb48b689dccc8576bf2abbe20fee4796;hp=9db5dc0c707c87fa46a80263bb4f8f36caee3249;hb=9e4d074b5d72a383addc86a2c7e76ed60d3c4883;hpb=881c919d54a8d7da72375592033913fcf161e56e diff --git a/server/Makefile b/server/Makefile index 9db5dc0..643047d 100644 --- a/server/Makefile +++ b/server/Makefile @@ -1,11 +1,10 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.19 1995-04-19 10:08:46 quinn Exp $ +# $Id: Makefile,v 1.22 1995-05-15 13:25:10 quinn Exp $ LIBDIR=../lib -# Uncomment this when you want to use XTIMOSI #LIBMOSI=../../xtimosi/src/libmosi.a $(LIBDIR)/librfc.a SHELL=/bin/sh @@ -16,7 +15,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