From c0f20acb7a59d1a716abde93e443e6456ffe6cdd Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 2 Mar 2011 13:44:02 +0100 Subject: [PATCH] build-sys: add term-utils/ Signed-off-by: Karel Zak --- Makefile.am | 1 + configure.ac | 1 + term-utils/Makefile.am | 8 ++++++++ 3 files changed, 10 insertions(+) create mode 100644 term-utils/Makefile.am diff --git a/Makefile.am b/Makefile.am index 368ded448..d29884976 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,6 +29,7 @@ SUBDIRS = \ po \ schedutils \ sys-utils \ + term-utils \ text-utils \ tests diff --git a/configure.ac b/configure.ac index 93ff0699e..8421d5077 100644 --- a/configure.ac +++ b/configure.ac @@ -1279,6 +1279,7 @@ shlibs/uuid/Makefile shlibs/uuid/man/Makefile shlibs/uuid/src/Makefile sys-utils/Makefile +term-utils/Makefile tests/commands.sh tests/helpers/Makefile tests/Makefile diff --git a/term-utils/Makefile.am b/term-utils/Makefile.am new file mode 100644 index 000000000..3602b8c80 --- /dev/null +++ b/term-utils/Makefile.am @@ -0,0 +1,8 @@ +include $(top_srcdir)/config/include-Makefile.am + +bin_PROGRAMS = +usrbin_exec_PROGRAMS = +sbin_PROGRAMS = +usrsbin_exec_PROGRAMS = +dist_man_MANS = +