diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-10-11 12:24:11 -0700 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-02-02 16:44:14 -0800 |
commit | 0b8a3c4e3afbb517fd47e06bacee034ac455ed10 (patch) | |
tree | d9e3f364e283f921a3114a1d5f40eb8688f74046 /Makefile.am | |
parent | 2a7059679c4d748012980fcf3e72be8f5b8e4f06 (diff) | |
download | rpm-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.am | 2 |
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 |