summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2011-03-25 15:20:26 +0200
committerPanu Matilainen <pmatilai@redhat.com>2011-03-25 15:20:26 +0200
commitb098c173481e739b83b18900e241b6b467ed26cd (patch)
tree794951195cb006433ced1acfff33c31bac5108f6 /Makefile.am
parent06f603849aaa0798d89d8ab265ae0f333ebeb3cf (diff)
downloadrpm-b098c173481e739b83b18900e241b6b467ed26cd.tar.gz
rpm-b098c173481e739b83b18900e241b6b467ed26cd.tar.bz2
rpm-b098c173481e739b83b18900e241b6b467ed26cd.zip
Drop the unused + unmaintained javadeps helper
- It contains piles of buffer overflow etc material and AFAIK this has been unused for its entire lifespan of > 10 years, fixing an unused piece of code seems like a waste of time. If somebody shows interest later on it can be resurrected, but in the meanwhile...
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 a93d66b7b..0ea651762 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -159,10 +159,6 @@ elfdeps_LDADD += @WITH_LIBELF_LIB@ @WITH_POPT_LIB@
endif
endif
-rpmlibexec_PROGRAMS += javadeps
-javadeps_SOURCES = tools/javadeps.c
-javadeps_LDADD =
-
rpmlibexec_PROGRAMS += rpmdeps
rpmdeps_SOURCES = tools/rpmdeps.c
rpmdeps_LDADD = lib/librpm.la rpmio/librpmio.la build/librpmbuild.la @WITH_POPT_LIB@