From: Adam Dickmeiss Date: Thu, 4 Sep 1997 07:59:29 +0000 (+0000) Subject: Added atoin.o. X-Git-Tag: YAZ.1.8~616 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=a897ee8640a92d11e5454c45b637b6644972d8b9 Added atoin.o. --- diff --git a/util/Makefile b/util/Makefile index e1f96e6..0ded9c3 100644 --- a/util/Makefile +++ b/util/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994-1997, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.22 1997-09-01 08:54:12 adam Exp $ +# $Id: Makefile,v 1.23 1997-09-04 07:59:29 adam Exp $ SHELL=/bin/sh INCLUDE=-I../include -I. @@ -12,7 +12,7 @@ DEFS=$(INCLUDE) LIB=$(LIBDIR)/libutil.a LIBS= PO = options.o log.o marcdisp.o yaz-ccl.o pquery.o oid.o wrbuf.o \ - xmalloc.o readconf.o tpath.o nmem.o yaz-util.o # dmalloc.o + xmalloc.o readconf.o tpath.o nmem.o yaz-util.o atoin.o # dmalloc.o CPP=$(CC) -E RANLIB=ranlib