X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=ztest%2FMakefile.in;h=fb82295b498b7bb93826a2a30ec8796a99bfbd2d;hp=fa3189166f085d013b9438058eb40feb07558e7f;hb=0e3207ccc9893cb48c2f7938fedb9001ecbb9d71;hpb=db63853847b11ee3432b140fa28b23360db90007 diff --git a/ztest/Makefile.in b/ztest/Makefile.in index fa31891..fb82295 100644 --- a/ztest/Makefile.in +++ b/ztest/Makefile.in @@ -1,7 +1,7 @@ # Copyright (C) 1995-1998, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile.in,v 1.2 1998-08-25 16:19:46 adam Exp $ +# $Id: Makefile.in,v 1.3 1998-09-30 15:06:04 adam Exp $ SHELL=/bin/sh @@ -27,7 +27,7 @@ RANLIB=ranlib all: $(PROG) -$(PROG): $(LIB) $(PROGO) $(LIBS) +$(PROG): $(LIB) $(PROGO) $(YAZLIBS) $(CC) $(CFLAGS) -o $(PROG) $(PROGO) $(YAZLIBS) $(LIBS) alll: