diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-17 14:31:06 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-17 14:31:06 +0200 |
commit | 0f681e6625b13a75f5ea69bfa787f8e98f1c21d8 (patch) | |
tree | 4db652d15128bf445c3f80ef96b4064f4b5b9af7 /rpmio/Makefile.am | |
parent | 38fe2fd9731522bf4485c9734fcf645b8bf82329 (diff) | |
download | rpm-0f681e6625b13a75f5ea69bfa787f8e98f1c21d8.tar.gz rpm-0f681e6625b13a75f5ea69bfa787f8e98f1c21d8.tar.bz2 rpm-0f681e6625b13a75f5ea69bfa787f8e98f1c21d8.zip |
Add tput.
Diffstat (limited to 'rpmio/Makefile.am')
-rw-r--r-- | rpmio/Makefile.am | 4 |
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@ |