[Nut-upsdev] [PATCH 10/36] make sure drivers are built before tools

Greg A. Woods woods at planix.com
Thu Mar 8 23:21:21 UTC 2012


From: "Greg A. Woods" <woods at planix.com>

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




More information about the Nut-upsdev mailing list