From 38cf7818581012c3a0f95e870ad8fdf625e7e7a4 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 8 Aug 2002 16:06:50 +0000 Subject: [PATCH] Oops. Forgot to change zerr.cpp to zexcept.cpp in Makefile. --- zoom/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zoom/Makefile b/zoom/Makefile index bdcc128..b901e05 100644 --- a/zoom/Makefile +++ b/zoom/Makefile @@ -1,10 +1,10 @@ -# $Header: /home/cvsroot/yaz++/zoom/Attic/Makefile,v 1.1 2002-08-08 13:31:54 mike Exp $ +# $Header: /home/cvsroot/yaz++/zoom/Attic/Makefile,v 1.2 2002-08-08 16:06:50 mike Exp $ CCC = g++ # ... until I figure out what the standard # Make macro name is for the C++ compiler. CPPFLAGS := -Wall -g L = libzoom.a -OBJ = $L(zerr.o) $L(zconn.o) $L(zquery.o) $L(zrs.o) $L(zrec.o) +OBJ = $L(zexcept.o) $L(zconn.o) $L(zquery.o) $L(zrs.o) $L(zrec.o) all: interface.h zclient -- 1.7.10.4