From: "Greg A. Woods" <[email protected]> this commit should be part of the last one which updated the way some tools/nut-scanner header files were generated. --- Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/Makefile.am b/Makefile.am index f9e3cd9..00cd512 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,10 +3,11 @@ # include directory for aclocal ACLOCAL_AMFLAGS = -I m4 -# subdirectories to build and distribute. The order matters, as -# several subdirectories depend on stuff in "common" or tools being built first -SUBDIRS = include common clients conf data tools docs drivers \ - lib scripts server +# subdirectories to build and distribute. The order matters, as +# several subdirectories depend on stuff in "common" being built first +# and stuff in "tools" depends on "drivers" being built first. +SUBDIRS = include common clients conf data docs drivers \ + lib scripts server tools # COPYING is included automatically. EXTRA_DIST = LICENSE-GPL2 LICENSE-GPL3 MAINTAINERS UPGRADING -- 1.7.9.2 _______________________________________________ Nut-upsdev mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/nut-upsdev
