From: Sebastian Hammer Date: Fri, 28 Apr 1995 14:15:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: YAZ.1.8~1056 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=4c93ea2a3df5c172408103163ca10499d2c499ed *** empty log message *** --- diff --git a/Makefile b/Makefile index 4d71b65..b60aab3 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,14 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.8 1995-04-19 10:08:39 quinn Exp $ +# $Id: Makefile,v 1.9 1995-04-28 14:15:36 quinn Exp $ # Define -DUSE_XTIMOSI to enable the xtimosi functionality. Remeber to # also modify the makefiles under yazlib/ and server/ (according the # comments found there). Uncomment RFC1006. -#DEFS=-DUSE_XTIMOSI -#RFC1006=rfc1006 +DEFS=-DUSE_XTIMOSI +RFC1006=rfc1006 #CC= SHELL=/bin/sh diff --git a/server/Makefile b/server/Makefile index 9db5dc0..42a5839 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.20 1995-04-28 14:15:39 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