From e94f19843fe5093aefd4070801f3ffd10fd8e750 Mon Sep 17 00:00:00 2001 From: Florian Pose <fp@igh-essen.com> Date: Mon, 21 Jul 2008 19:29:34 +0000 Subject: [PATCH] Moved tools to tool. --- Makefile.am | 4 ++-- configure.ac | 2 +- {tools => tool}/Makefile.am | 0 {tools => tool}/Master.cpp | 0 {tools => tool}/Master.h | 0 {tools => tool}/main.cpp | 0 6 files changed, 3 insertions(+), 3 deletions(-) rename {tools => tool}/Makefile.am (100%) rename {tools => tool}/Master.cpp (100%) rename {tools => tool}/Master.h (100%) rename {tools => tool}/main.cpp (100%) diff --git a/Makefile.am b/Makefile.am index abf8b4c1..0bbfaaf3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ diff --git a/configure.ac b/configure.ac index 7f795644..67126da0 100644 --- a/configure.ac +++ b/configure.ac @@ -504,7 +504,7 @@ AC_CONFIG_FILES([ script/Makefile script/init.d/Makefile script/sysconfig/Makefile - tools/Makefile + tool/Makefile ]) AC_OUTPUT diff --git a/tools/Makefile.am b/tool/Makefile.am similarity index 100% rename from tools/Makefile.am rename to tool/Makefile.am diff --git a/tools/Master.cpp b/tool/Master.cpp similarity index 100% rename from tools/Master.cpp rename to tool/Master.cpp diff --git a/tools/Master.h b/tool/Master.h similarity index 100% rename from tools/Master.h rename to tool/Master.h diff --git a/tools/main.cpp b/tool/main.cpp similarity index 100% rename from tools/main.cpp rename to tool/main.cpp -- GitLab