From: Adam Dickmeiss Date: Thu, 20 Apr 2006 08:24:31 +0000 (+0000) Subject: Let all .asn depend on yaz-asncomp X-Git-Tag: YAZ.2.1.18~27 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=60695a8a76312b7a2efd29ccbdf1b4313e6c4665 Let all .asn depend on yaz-asncomp --- diff --git a/src/Makefile.am b/src/Makefile.am index 5e239d0..b94e6d4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ ## This file is part of the YAZ toolkit. ## Copyright (C) 1994-2006, Index Data, All rights reserved. -## $Id: Makefile.am,v 1.30 2006-04-19 23:15:39 adam Exp $ +## $Id: Makefile.am,v 1.31 2006-04-20 08:24:31 adam Exp $ YAZ_VERSION_INFO=2:0:0 @@ -133,15 +133,15 @@ $(srcdir)/z.tcl $(srcdir)/esadmin.asn $(YAZCOMP) cd $(srcdir); $(YAZCOMPLINE) esadmin.asn # Charset negotiation -$(srcdir)/z-charneg.c: $(srcdir)/z.tcl $(srcdir)/charneg-3.asn +$(srcdir)/z-charneg.c: $(srcdir)/z.tcl $(srcdir)/charneg-3.asn $(YAZCOMP) cd $(srcdir); $(YAZCOMPLINE) $(YCFLAGS) charneg-3.asn # UserInfoFormat-multipleSearchTerms-2 -$(srcdir)/z-mterm2.c: $(srcdir)/z.tcl $(srcdir)/mterm2.asn +$(srcdir)/z-mterm2.c: $(srcdir)/z.tcl $(srcdir)/mterm2.asn $(YAZCOMP) cd $(srcdir); $(YAZCOMPLINE) mterm2.asn # UserInfoFormat-multipleSearchTerms-2 -$(srcdir)/z-oclcui.c: $(srcdir)/z.tcl $(srcdir)/oclcui.asn +$(srcdir)/z-oclcui.c: $(srcdir)/z.tcl $(srcdir)/oclcui.asn $(YAZCOMP) cd $(srcdir); $(YAZCOMPLINE) oclcui.asn # ILL protocol