X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=server%2FMakefile;h=643047debb48b689dccc8576bf2abbe20fee4796;hp=c1f847600c46dbc819d523ef6d0748d649a00d67;hb=b3be6bf5b31785568d39c3c1d631759df84d90ca;hpb=549074d1394b37eb04b612c0f2f16fe1361d6243 diff --git a/server/Makefile b/server/Makefile index c1f8476..643047d 100644 --- a/server/Makefile +++ b/server/Makefile @@ -1,12 +1,11 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.18 1995-04-17 09:37:47 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 +#LIBMOSI=../../xtimosi/src/libmosi.a $(LIBDIR)/librfc.a SHELL=/bin/sh INCLUDE=-I../include -I. -I../../xtimosi/src -I../../alex/include @@ -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