diff options
Diffstat (limited to 'bfd/Makefile.am')
-rw-r--r-- | bfd/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am index aaf7727..7e9f31a 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -417,11 +417,11 @@ CFILES = \ ## This is a list of all .h files which are in the source tree. SOURCE_HFILES = \ aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h \ - ecoffswap.h elf32-hppa.h \ - elfcode.h genlink.h go32stub.h hppa_stubs.h libaout.h \ + ecoffswap.h elf32-arm.h elf32-hppa.h elfcode.h elfcore.h \ + elflink.h freebsd.h genlink.h go32stub.h hppa_stubs.h libaout.h \ libbfd.h libcoff.h libecoff.h elf-bfd.h libhppa.h libieee.h \ - libnlm.h liboasys.h netbsd.h nlm-target.h nlmcode.h ns32k.h \ - som.h vms.h + libnlm.h liboasys.h netbsd.h nlm-target.h nlmcode.h nlmswap.h \ + ns32k.h peicode.h som.h vms.h HFILES = \ elf32-target.h elf64-target.h targmatch.h \ |