X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=server%2FMakefile;h=5e82c42affd861e67d61bc2f09489a465d9bb153;hb=6ea099611ad6b5eacd8abdc2d798f86d4adfbd12;hp=54f578dd70f1d6028b904c16ea13d7be6e6a5741;hpb=25b7a1f19e0a16578e5918dd7ce70320d915dd23;p=yaz-moved-to-github.git diff --git a/server/Makefile b/server/Makefile index 54f578d..5e82c42 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.11 1995-03-16 13:28:59 quinn Exp $ +# $Id: Makefile,v 1.12 1995-03-20 09:46:24 quinn Exp $ SHELL=/bin/sh INCLUDE=-I../include -I. -I../asn -I../odr -I../yazlib -I../../egate/include\ @@ -11,7 +11,9 @@ LIBINCLUDE=-L$(LIBDIR) #CFLAGS=-Wall -pedantic -g DEFS=$(INCLUDE) LIB=$(LIBDIR)/libserver.a -LIBS=$(LIBDIR)/libserver.a $(LIBDIR)/libasn.a $(LIBDIR)/libodr.a $(LIBDIR)/libcomstack.a ../../alex/lib/util.a ../../egate/lib/util.a +LIBS=$(LIBDIR)/libserver.a $(LIBDIR)/libasn.a $(LIBDIR)/libodr.a \ +$(LIBDIR)/libcomstack.a ../../alex/lib/util.a ../../egate/lib/util.a\ +../../xtimosi/src/libmosi.a ../yazlib/rfct.o ../yazlib/makensap.o PO = eventl.o seshigh.o statserv.o CPP=cc -E PROG=ztest