Added --with-yc option to configure. For the data1_node in data1.h:
[yaz-moved-to-github.git] / util / Makefile.in
index d11a8cd..223a6cb 100644 (file)
@@ -1,17 +1,17 @@
 # Copyright (C) 1994-1997, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
 # Copyright (C) 1994-1997, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile.in,v 1.2 1998-08-25 16:19:45 adam Exp $
+# $Id: Makefile.in,v 1.3 1998-10-28 15:10:12 adam Exp $
 
 SHELL=/bin/sh
 
 CC=@CC@
 CPP=@CPP@
 RANLIB=@RANLIB@
 
 SHELL=/bin/sh
 
 CC=@CC@
 CPP=@CPP@
 RANLIB=@RANLIB@
-CDEFS=@DEFS@ @ODEFS@
+CDEFS=@DEFS@
 LIBS=@LIBS@
 
 LIBS=@LIBS@
 
-INCLUDE=-I../include -I.
+INCLUDE=-I../z39.50 -I../include -I.
 LIBDIR=../lib
 
 DEFS=$(INCLUDE) $(CDEFS)
 LIBDIR=../lib
 
 DEFS=$(INCLUDE) $(CDEFS)