X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=server%2FMakefile;h=a13890dfb7648d22852ad54f75134a7a34593f66;hb=031f86a3dea0a26278eb9efcce46c1b4d3835a79;hp=cac48ff189cf23cac98f7a1bcb439aefd271afa6;hpb=e5e0b0c0af410a18ee3f57bdcfdc5e68265f0343;p=yaz-moved-to-github.git diff --git a/server/Makefile b/server/Makefile index cac48ff..a13890d 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.15 1995-03-30 09:39:44 quinn Exp $ +# $Id: Makefile,v 1.16 1995-03-30 14:03:22 quinn Exp $ SHELL=/bin/sh INCLUDE=-I../include -I. -I../../egate/include\ @@ -13,10 +13,10 @@ DEFS=$(INCLUDE) LIB=$(LIBDIR)/libserver.a LIBS=$(LIBDIR)/libserver.a $(LIBDIR)/libasn.a $(LIBDIR)/libodr.a \ $(LIBDIR)/libcomstack.a ../../egate/lib/util.a\ -../../xtimosi/src/libmosi.a ../yazlib/rfct.o ../yazlib/makensap.o \ +../../xtimosi/src/libmosi.a ../../lib/librfc.a \ $(LIBDIR)/libutil.a PO = eventl.o seshigh.o statserv.o -CPP=cc -E +CPP=$(CC) -E PROG=ztest PROGO=ztest.o