From: Adam Dickmeiss Date: Tue, 27 May 2003 21:42:45 +0000 (+0000) Subject: reordered tstodr_SOURCES X-Git-Tag: YAZ.2.0.3~27 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=3aa7b8fdff94c15c0c74ce809828dfb642696418 reordered tstodr_SOURCES --- diff --git a/odr/Makefile.am b/odr/Makefile.am index 2b5b78c..17b63e6 100644 --- a/odr/Makefile.am +++ b/odr/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.10 2003-05-27 21:12:22 adam Exp $ +## $Id: Makefile.am,v 1.11 2003-05-27 21:42:45 adam Exp $ noinst_LTLIBRARIES = libodr.la @@ -11,7 +11,7 @@ EXTRA_PROGRAMS = tstodr EXTRA_DIST = tstodrcodec.c tstodrcodec.h tstodr.asn tstodr_LDADD = libodr.la ../util/libutil.la -tstodr_SOURCES = tstodr.c tstodrcodec.c tstodrcodec.h +tstodr_SOURCES = tstodrcodec.c tstodrcodec.h tstodr.c # Rule for generating codecs for our small ASN.1 spec tstodrcodec.c tstodrcodec.h: $(srcdir)/tstodr.asn $(top_srcdir)/util/yaz-asncomp