X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=odr%2FMakefile.am;fp=odr%2FMakefile.am;h=2b5b78ced54e67d36ffec203f72bf377c0def267;hb=92887fb8af4d8697f6569d6a6756860fea5f4b84;hp=eb074bc4e9945fc33e860e7417a3aac544b17efc;hpb=207401f82e01f380a3549fe5576069ac4b45331e;p=yaz-moved-to-github.git diff --git a/odr/Makefile.am b/odr/Makefile.am index eb074bc..2b5b78c 100644 --- a/odr/Makefile.am +++ b/odr/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.9 2003-05-20 19:55:29 adam Exp $ +## $Id: Makefile.am,v 1.10 2003-05-27 21:12:22 adam Exp $ noinst_LTLIBRARIES = libodr.la @@ -14,8 +14,8 @@ tstodr_LDADD = libodr.la ../util/libutil.la tstodr_SOURCES = tstodr.c tstodrcodec.c tstodrcodec.h # Rule for generating codecs for our small ASN.1 spec -tstodrcodec.c tstodrcodec.h: $(srcdir)/tstodr.asn $(top_srcdir)/util/yaz-comp - cd $(srcdir); $(top_srcdir)/util/yaz-comp tstodr.asn +tstodrcodec.c tstodrcodec.h: $(srcdir)/tstodr.asn $(top_srcdir)/util/yaz-asncomp + cd $(srcdir); $(top_srcdir)/util/yaz-asncomp tstodr.asn libodr_la_SOURCES = odr_bool.c ber_bool.c ber_len.c ber_tag.c odr_util.c \ odr_null.c ber_null.c odr_int.c ber_int.c odr_tag.c odr_cons.c \