Added --with-yc option to configure. For the data1_node in data1.h:
[yaz-moved-to-github.git] / util / Makefile.in
index 6b39a03..223a6cb 100644 (file)
@@ -1,17 +1,17 @@
 # Copyright (C) 1994-1997, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile.in,v 1.1 1998-08-21 14:13:36 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@
-CDEFS=@DEFS@ @ODEFS@
-ELIBS=@LIBS@
+CDEFS=@DEFS@
+LIBS=@LIBS@
 
-INCLUDE=-I../include -I.
+INCLUDE=-I../z39.50 -I../include -I.
 LIBDIR=../lib
 
 DEFS=$(INCLUDE) $(CDEFS)
@@ -22,7 +22,7 @@ PO = options.o log.o marcdisp.o yaz-ccl.o pquery.o oid.o wrbuf.o nmemsdup.o \
 all: $(LIB) marcdump
 
 marcdump: marcdump.o $(LIB)
-       $(CC) $(CFLAGS) $(INCLUDE) -o marcdump marcdump.o $(LIB) $(ELIBS)
+       $(CC) $(CFLAGS) $(INCLUDE) -o marcdump marcdump.o $(LIB) $(LIBS)
 
 alll: