diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-11-02 10:18:23 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-11-02 10:18:23 +0200 |
commit | 1a32f9959ea4daf8e3b2ae1e099a73f871900ff9 (patch) | |
tree | c30dad16e8885dca49111f9d2aac7a19ff4940bc /rpmio/Makefile.am | |
parent | 1a2a82d38972e7f24f014ea9533c162d7de98ebc (diff) | |
download | rpm-1a32f9959ea4daf8e3b2ae1e099a73f871900ff9.tar.gz rpm-1a32f9959ea4daf8e3b2ae1e099a73f871900ff9.tar.bz2 rpm-1a32f9959ea4daf8e3b2ae1e099a73f871900ff9.zip |
Remove tinv
Diffstat (limited to 'rpmio/Makefile.am')
-rw-r--r-- | rpmio/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rpmio/Makefile.am b/rpmio/Makefile.am index 5b5a11a54..8878e7bde 100644 --- a/rpmio/Makefile.am +++ b/rpmio/Makefile.am @@ -51,10 +51,6 @@ check_PROGRAMS += tglob tglob_SOURCES = tglob.c rpmio_internal.h tglob_LDADD = librpmio.la @WITH_POPT_LIB@ -check_PROGRAMS += tinv -tinv_SOURCES = tinv.c -tinv_LDADD = librpmio.la @WITH_POPT_LIB@ - check_PROGRAMS += tkey tkey_SOURCES = tkey.c rpmio_internal.h tkey_LDADD = librpmio.la @WITH_POPT_LIB@ |