From 3aa7b8fdff94c15c0c74ce809828dfb642696418 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 27 May 2003 21:42:45 +0000 Subject: [PATCH] reordered tstodr_SOURCES --- odr/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4