From ab1dded206a44d0a89b08fa49211fd7fcbcfba34 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 1 Feb 2007 08:00:49 +0000 Subject: [PATCH] Reorder subdirs so that schemas are generated before etc is checked --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index e99f9ed..7839a38 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,8 @@ ## This file is part of Metaproxy ## Copyright (C) 2005-2007, Index Data ApS -## $Id: Makefile.am,v 1.20 2007-01-25 14:05:54 adam Exp $ +## $Id: Makefile.am,v 1.21 2007-02-01 08:00:49 adam Exp $ -SUBDIRS = etc doc src xml +SUBDIRS = xml src etc doc ACLOCAL_AMFLAGS = -I m4 -- 1.7.10.4