*** empty log message ***
authorSebastian Hammer <quinn@indexdata.com>
Fri, 28 Apr 1995 14:15:36 +0000 (14:15 +0000)
committerSebastian Hammer <quinn@indexdata.com>
Fri, 28 Apr 1995 14:15:36 +0000 (14:15 +0000)
Makefile
server/Makefile

index 4d71b65..b60aab3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,14 @@
 # Copyright (C) 1994, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
 # 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.
 
 
 # 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
 
 #CC=
 SHELL=/bin/sh
index 9db5dc0..42a5839 100644 (file)
@@ -1,12 +1,12 @@
 # Copyright (C) 1994, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
 # 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
 
 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
 
 SHELL=/bin/sh
 INCLUDE=-I../include -I. -I../../xtimosi/src -I../../alex/include