diff options
Diffstat (limited to 'gold/Makefile.am')
-rw-r--r-- | gold/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gold/Makefile.am b/gold/Makefile.am index 14c3c4b..ac92796 100644 --- a/gold/Makefile.am +++ b/gold/Makefile.am @@ -52,6 +52,7 @@ CCFILES = \ output.cc \ parameters.cc \ readsyms.cc \ + reduced_debug_output.cc \ reloc.cc \ resolve.cc \ script-sections.cc \ @@ -86,6 +87,7 @@ HFILES = \ output.h \ parameters.h \ readsyms.h \ + reduced_debug_output.h \ reloc.h \ reloc-types.h \ script-c.h \ |