diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-09-10 14:14:49 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-09-10 14:14:49 +0300 |
commit | 5327ac46e53205bf5f5adc83d2487e77d6e44851 (patch) | |
tree | 0c931d4c8bd24fea1b7e7f12f15ca35c572330b8 /Makefile.am | |
parent | ec8f057f64cc119ed57a1aad9dc72f56da313a07 (diff) | |
download | rpm-5327ac46e53205bf5f5adc83d2487e77d6e44851.tar.gz rpm-5327ac46e53205bf5f5adc83d2487e77d6e44851.tar.bz2 rpm-5327ac46e53205bf5f5adc83d2487e77d6e44851.zip |
Rip unnecessary headerDump() and the last ancient artifacts using it
- xml format dump gives an output that can actually be further processed
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index aa87b8c5f..70b2501a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -125,11 +125,7 @@ rpmgraph_LDADD = lib/librpm.la dist_bin_SCRIPTS = scripts/gendiff -check_PROGRAMS = dumpdb -dumpdb_SOURCES = tools/dumpdb.c -dumpdb_LDADD = lib/librpm.la - -check_PROGRAMS += rpminject +check_PROGRAMS = rpminject rpminject_SOURCES = tools/rpminject.c rpminject_LDADD = build/librpmbuild.la |