From 0f681e6625b13a75f5ea69bfa787f8e98f1c21d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ralf=20Cors=C3=A9pius?= Date: Wed, 17 Oct 2007 14:31:06 +0200 Subject: [PATCH] Add tput. --- rpmio/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rpmio/Makefile.am b/rpmio/Makefile.am index 3b9f853..e753d3f 100644 --- a/rpmio/Makefile.am +++ b/rpmio/Makefile.am @@ -69,3 +69,7 @@ trpmio_LDADD = librpmio.la @WITH_POPT_LIB@ check_PROGRAMS += tsw tsw_SOURCES = tsw.c tsw_LDADD = librpmio.la + +check_PROGRAMS += tput +tput_SOURCES = tput.c +tput_LDADD = librpmio.la @WITH_POPT_LIB@ -- 2.7.4