summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-07-04 14:22:06 +0300
committerPanu Matilainen <pmatilai@redhat.com>2008-07-04 14:22:06 +0300
commitd902040e1484f1352dafc96c77678da0ebf44035 (patch)
treea2477ca24b474e201130bce13efe98d18a47a73c /Makefile.am
parentd0fbf7b246d4232a3a833753d488646e0636de2a (diff)
downloadrpm-d902040e1484f1352dafc96c77678da0ebf44035.tar.gz
rpm-d902040e1484f1352dafc96c77678da0ebf44035.tar.bz2
rpm-d902040e1484f1352dafc96c77678da0ebf44035.zip
Remove solvedb API and other related stuff
- nobody has used the solvedb for anything in years - the mechanism + rpmcache are horribly broken on multilib - solvedb is way too heavyweight to be really usable as a general mechanism - solver callback hook left in place as that could in theory be usable still - we need something better to replace this all, getting rid of it now so we're not stuck with the API forever
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 36268f29f..cbc40837f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -119,10 +119,6 @@ rpmlibexec_PROGRAMS += javadeps
javadeps_SOURCES = tools/javadeps.c
javadeps_LDADD =
-rpmlibexec_PROGRAMS += rpmcache
-rpmcache_SOURCES = tools/rpmcache.c
-rpmcache_LDADD = lib/librpm.la
-
rpmlibexec_PROGRAMS += rpmdeps
rpmdeps_SOURCES = tools/rpmdeps.c
rpmdeps_LDADD = build/librpmbuild.la