X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=server%2FMakefile;h=cbb5d81d7d08374c113bb3bbdb630a142fd45667;hb=8c0d9ab51d716e170e6185dbfeb9462d91fb1a06;hp=9db5dc0c707c87fa46a80263bb4f8f36caee3249;hpb=881c919d54a8d7da72375592033913fcf161e56e;p=yaz-moved-to-github.git diff --git a/server/Makefile b/server/Makefile index 9db5dc0..cbb5d81 100644 --- a/server/Makefile +++ b/server/Makefile @@ -1,12 +1,12 @@ # 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.21 1995-05-15 11:56:36 quinn Exp $ LIBDIR=../lib # Uncomment this when you want to use XTIMOSI -#LIBMOSI=../../xtimosi/src/libmosi.a $(LIBDIR)/librfc.a +LIBMOSI=../../xtimosi/src/libmosi.a $(LIBDIR)/librfc.a SHELL=/bin/sh INCLUDE=-I../include -I. -I../../xtimosi/src -I../../alex/include @@ -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