From d675fdcc2386440425e3d230730378bc96a2664c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 22 Apr 2005 14:59:42 +0000 Subject: [PATCH] Fix check for cql.c in dist-hook --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index fd261a2..08eaa36 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ ## This file is part of the YAZ toolkit. ## Copyright (C) 1994-2005, Index Data, All rights reserved. -## $Id: Makefile.am,v 1.20 2005-04-22 08:27:57 adam Exp $ +## $Id: Makefile.am,v 1.21 2005-04-22 14:59:42 adam Exp $ if ISTHR thrlib=libyazthread.la @@ -11,7 +11,7 @@ YAZ_VERSION_INFO=2:0:0 lib_LTLIBRARIES = libyaz.la $(thrlib) dist-hook: - test -f cql.c || exit 1 + test -f $(srcdir)/cql.c || exit 1 tabdatadir = $(pkgdatadir)/z39.50 tabdata_DATA=datetime.asn esupdate.asn univres.asn z3950v3.asn z.tcl \ -- 1.7.10.4