Header files moved to include (used to be z39.50).
[yaz-moved-to-github.git] / zutil / Makefile.in
index bfb6acd..a2d2a51 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright (C) 1994-1999, Index Data
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile.in,v 1.1 1999-06-08 10:10:49 adam Exp $
+# $Id: Makefile.in,v 1.3 1999-06-09 09:43:31 adam Exp $
 
 SHELL=/bin/sh
 
@@ -11,13 +11,12 @@ RANLIB=@RANLIB@
 CDEFS=@DEFS@
 LIBS=@LIBS@
 
-INCLUDE=-I../z39.50 -I../include -I.
+INCLUDE=-I../include -I.
 LIBDIR=../lib
 
 DEFS=$(INCLUDE) $(CDEFS)
 LIB=$(LIBDIR)/libzutil.a
-PO = zget.o prt-ext.o yaz-ccl.o diagbib1.o logrpn.o otherinfo.o query.o \
-     pquery.o
+PO = zget.o prt-ext.o yaz-ccl.o diagbib1.o logrpn.o otherinfo.o pquery.o
 
 all: $(LIB)