summaryrefslogtreecommitdiff
path: root/rpmio/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-10-17 14:31:06 +0200
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-10-17 14:31:06 +0200
commit0f681e6625b13a75f5ea69bfa787f8e98f1c21d8 (patch)
tree4db652d15128bf445c3f80ef96b4064f4b5b9af7 /rpmio/Makefile.am
parent38fe2fd9731522bf4485c9734fcf645b8bf82329 (diff)
downloadrpm-0f681e6625b13a75f5ea69bfa787f8e98f1c21d8.tar.gz
rpm-0f681e6625b13a75f5ea69bfa787f8e98f1c21d8.tar.bz2
rpm-0f681e6625b13a75f5ea69bfa787f8e98f1c21d8.zip
Add tput.
Diffstat (limited to 'rpmio/Makefile.am')
-rw-r--r--rpmio/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/rpmio/Makefile.am b/rpmio/Makefile.am
index 3b9f8533f..e753d3f27 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@