summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-10-11 12:24:11 -0700
committerAnas Nashif <anas.nashif@intel.com>2013-02-02 16:44:14 -0800
commit0b8a3c4e3afbb517fd47e06bacee034ac455ed10 (patch)
treed9e3f364e283f921a3114a1d5f40eb8688f74046 /Makefile.am
parent2a7059679c4d748012980fcf3e72be8f5b8e4f06 (diff)
downloadrpm-0b8a3c4e3afbb517fd47e06bacee034ac455ed10.tar.gz
rpm-0b8a3c4e3afbb517fd47e06bacee034ac455ed10.tar.bz2
rpm-0b8a3c4e3afbb517fd47e06bacee034ac455ed10.zip
Make debugedit build without dwarf.h
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 9e170df99..7683a44b5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -150,7 +150,6 @@ rpm2cpio_LDADD += @WITH_NSS_LIB@ @WITH_POPT_LIB@ @WITH_ZLIB_LIB@
if LIBELF
-if LIBDWARF
rpmconfig_SCRIPTS += scripts/find-debuginfo.sh
rpmlibexec_PROGRAMS += debugedit
@@ -163,7 +162,6 @@ elfdeps_SOURCES = tools/elfdeps.c
elfdeps_LDADD = rpmio/librpmio.la
elfdeps_LDADD += @WITH_LIBELF_LIB@ @WITH_POPT_LIB@
endif
-endif
rpmlibexec_PROGRAMS += rpmdeps
rpmdeps_SOURCES = tools/rpmdeps.c