]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Fix make dist nits.
authorRoland McGrath <roland@redhat.com>
Thu, 2 Apr 2009 20:36:54 +0000 (13:36 -0700)
committerRoland McGrath <roland@redhat.com>
Thu, 2 Apr 2009 20:36:54 +0000 (13:36 -0700)
libdw/ChangeLog
libdw/Makefile.am
src/ChangeLog
src/Makefile.am
tests/Makefile.am

index 205599cd6115c5f6e8143876f448ba9768de6bdd..837dfa647530136ee074f31e1551dbe8950a74b6 100644 (file)
@@ -1,3 +1,8 @@
+2009-04-02  Roland McGrath  <roland@redhat.com>
+
+       * Makefile.am (noinst_HEADERS): Add known-dwarf.h and
+       c++/dwarf-knowledge.cc here.
+
 2009-03-29  Roland McGrath  <roland@redhat.com>
 
        * c++/exception.cc: New file.
index 3919945a7b56e1fa16b97c0f191761639665d46b..2e35cdc117c2398d3df9f4d55046de7209006929 100644 (file)
@@ -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
 
index cfe9e5f0ab1bc1b576946e1fd0a5b37f941c32ba..82ed38587ebdf87bbe2b9cebdfc4a112640f79bf 100644 (file)
@@ -1,3 +1,9 @@
+2009-04-02  Roland McGrath  <roland@redhat.com>
+
+       * 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  <roland@redhat.com>
 
        * Makefile.am (libdwplusplus_SOURCES): Variable removed.
index 934037aa1d5c81fedc20a8e5e4bf24389db6d1ce..11b9b2760e087265f4be5ea2ed2e1bff8cb23701 100644 (file)
@@ -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
index 3efc31421719d9baf367b3873d7cde60f0656c9f..530aa08861a3d723f07a5e9c5e7548c3a814d69b 100644 (file)
@@ -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) \