From b0ac22df7abdd45011addef4e726b278d5ba0f02 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 11 Apr 2005 08:41:39 +0000 Subject: [PATCH] Fixed bug #280: make dist must depend on bison. The extra rule is necessary for automake 1.4pl6, not 1.9. --- src/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index d2e4c83..3810b5a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ ## Copyright (C) 1994-2004, Index Data ## All rights reserved. -## $Id: Makefile.am,v 1.18 2004-11-21 21:56:28 adam Exp $ +## $Id: Makefile.am,v 1.19 2005-04-11 08:41:39 adam Exp $ if ISTHR thrlib=libyazthread.la @@ -10,6 +10,9 @@ YAZ_VERSION_INFO=2:0:0 lib_LTLIBRARIES = libyaz.la $(thrlib) +dist-hook: + test -f cql.c || exit 1 + tabdatadir = $(pkgdatadir)/z39.50 tabdata_DATA=datetime.asn esupdate.asn univres.asn z3950v3.asn z.tcl \ esadmin.asn charneg-3.asn mterm2.asn oclcui.asn -- 1.7.10.4