Moved tools to tool.
This commit is contained in:
parent
0081702557
commit
994af957eb
|
|
@ -36,7 +36,7 @@ SUBDIRS = \
|
|||
include \
|
||||
master \
|
||||
script \
|
||||
tools
|
||||
tool
|
||||
|
||||
DIST_SUBDIRS = \
|
||||
devices \
|
||||
|
|
@ -44,7 +44,7 @@ DIST_SUBDIRS = \
|
|||
include \
|
||||
master \
|
||||
script \
|
||||
tools
|
||||
tool
|
||||
|
||||
EXTRA_DIST = \
|
||||
Doxyfile \
|
||||
|
|
|
|||
|
|
@ -504,7 +504,7 @@ AC_CONFIG_FILES([
|
|||
script/Makefile
|
||||
script/init.d/Makefile
|
||||
script/sysconfig/Makefile
|
||||
tools/Makefile
|
||||
tool/Makefile
|
||||
])
|
||||
AC_OUTPUT
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue