diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-10-14 13:34:14 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-10-14 13:34:14 +0300 |
commit | 3cc7a1ef99d5832b35239afca0c3a978d1984ae5 (patch) | |
tree | 375fba3089cd5fe36d8ba85cae1d148eaf2e613a /Makefile.am | |
parent | c8ce024aa88a150ded321de8844049341d6ed04c (diff) | |
download | librpm-tizen-3cc7a1ef99d5832b35239afca0c3a978d1984ae5.tar.gz librpm-tizen-3cc7a1ef99d5832b35239afca0c3a978d1984ae5.tar.bz2 librpm-tizen-3cc7a1ef99d5832b35239afca0c3a978d1984ae5.zip |
Yank out ancient convertdb1
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index f610e212c..04bf68032 100644 --- a/Makefile.am +++ b/Makefile.am @@ -133,10 +133,6 @@ check_PROGRAMS = dumpdb dumpdb_SOURCES = tools/dumpdb.c dumpdb_LDADD = lib/librpm.la -check_PROGRAMS += convertdb1 -convertdb1_SOURCES = tools/convertdb1.c -convertdb1_LDADD = lib/librpm.la - check_PROGRAMS += rpminject rpminject_SOURCES = tools/rpminject.c rpminject_LDADD = build/librpmbuild.la |