diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2011-03-25 15:20:26 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2011-03-25 15:20:26 +0200 |
commit | b098c173481e739b83b18900e241b6b467ed26cd (patch) | |
tree | 794951195cb006433ced1acfff33c31bac5108f6 /Makefile.am | |
parent | 06f603849aaa0798d89d8ab265ae0f333ebeb3cf (diff) | |
download | rpm-b098c173481e739b83b18900e241b6b467ed26cd.tar.gz |
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.am | 4 |
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@ |