From: Roland McGrath Date: Thu, 2 Apr 2009 20:36:54 +0000 (-0700) Subject: Fix make dist nits. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ae691ba755b0ac987de81acf07137f87e2ddea94;p=thirdparty%2Felfutils.git Fix make dist nits. --- diff --git a/libdw/ChangeLog b/libdw/ChangeLog index 205599cd6..837dfa647 100644 --- a/libdw/ChangeLog +++ b/libdw/ChangeLog @@ -1,3 +1,8 @@ +2009-04-02 Roland McGrath + + * Makefile.am (noinst_HEADERS): Add known-dwarf.h and + c++/dwarf-knowledge.cc here. + 2009-03-29 Roland McGrath * c++/exception.cc: New file. diff --git a/libdw/Makefile.am b/libdw/Makefile.am index 3919945a7..2e35cdc11 100644 --- a/libdw/Makefile.am +++ b/libdw/Makefile.am @@ -94,6 +94,7 @@ libdwpp_a_SOURCES = c++/values.cc \ c++/known.cc \ c++/line_info.cc \ c++/edit-values.cc +noinst_HEADERS = c++/dwarf-knowledge.cc if MAINTAINER_MODE BUILT_SOURCES = $(srcdir)/known-dwarf.h @@ -144,7 +145,7 @@ endif libdw_a_LIBADD = $(addprefix ../libdwfl/,$(shell $(AR) t ../libdwfl/libdwfl.a)) -noinst_HEADERS = libdwP.h memory-access.h dwarf_abbrev_hash.h +noinst_HEADERS += libdwP.h memory-access.h dwarf_abbrev_hash.h known-dwarf.h EXTRA_DIST = libdw.map diff --git a/src/ChangeLog b/src/ChangeLog index cfe9e5f0a..82ed38587 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2009-04-02 Roland McGrath + + * Makefile.am (noinst_HEADERS): Add dwarfstrings.h here. + (dwarflint_SOURCES): Add dwarflint-expected.hh and dwarflint.h here. + (noinst_HEADERS): Add expr_opcodes.h too. + 2009-03-24 Roland McGrath * Makefile.am (libdwplusplus_SOURCES): Variable removed. diff --git a/src/Makefile.am b/src/Makefile.am index 934037aa1..11b9b2760 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -83,13 +83,15 @@ libar_a_SOURCES = arlib.c arlib2.c dwarfcmp_SOURCES = dwarfcmp.cc -dwarflint_SOURCES = dwarflint.c dwarflint-hl.cc \ - dwarflint-expected-at.cc dwarfstrings.c +dwarflint_SOURCES = dwarflint.c dwarflint.h dwarflint-hl.cc \ + dwarflint-expected-at.cc dwarflint-expected.hh \ + dwarfstrings.c readelf_SOURCES = readelf.c dwarfstrings.c noinst_HEADERS = ld.h symbolhash.h sectionhash.h versionhash.h \ - ldscript.h xelf.h unaligned.h + ldscript.h xelf.h unaligned.h dwarfstrings.h \ + expr_opcodes.h EXTRA_DIST = elf32-i386.script libld_elf_i386.map $(ld_modules) arlib.h \ debugpred.h diff --git a/tests/Makefile.am b/tests/Makefile.am index 3efc31421..530aa0886 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -144,7 +144,7 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh \ testfile44.S.bz2 testfile44.expect.bz2 run-disasm-x86.sh \ testfile45.S.bz2 testfile45.expect.bz2 run-disasm-x86-64.sh \ testfile46.bz2 testfile47.bz2 testfile48.bz2 testfile48.debug.bz2 \ - testfile49.bz2 dwarf-attributes.sh + testfile49.bz2 run-dwarf-attributes.sh installed_TESTS_ENVIRONMENT = libdir=$(DESTDIR)$(libdir) \ bindir=$(DESTDIR)$(bindir) \