summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak2011-03-02 13:44:02 +0100
committerKarel Zak2011-03-02 13:54:05 +0100
commitc0f20acb7a59d1a716abde93e443e6456ffe6cdd (patch)
tree6de5af582473a589ba2177964a7ba5db7281fd45
parentlibblkid: fix gcc warnings (diff)
downloadkernel-qcow2-util-linux-c0f20acb7a59d1a716abde93e443e6456ffe6cdd.tar.gz
kernel-qcow2-util-linux-c0f20acb7a59d1a716abde93e443e6456ffe6cdd.tar.xz
kernel-qcow2-util-linux-c0f20acb7a59d1a716abde93e443e6456ffe6cdd.zip
build-sys: add term-utils/
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r--Makefile.am1
-rw-r--r--configure.ac1
-rw-r--r--term-utils/Makefile.am8
3 files changed, 10 insertions, 0 deletions
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 =
+