From: Adam Dickmeiss Date: Fri, 22 Apr 2005 14:59:42 +0000 (+0000) Subject: Fix check for cql.c in dist-hook X-Git-Tag: YAZ.2.1.4~4 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=d675fdcc2386440425e3d230730378bc96a2664c Fix check for cql.c in dist-hook --- 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 \