aboutsummaryrefslogtreecommitdiff
path: root/gold/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gold/Makefile.am')
-rw-r--r--gold/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/Makefile.am b/gold/Makefile.am
index ed26af9..8545a77 100644
--- a/gold/Makefile.am
+++ b/gold/Makefile.am
@@ -18,6 +18,7 @@ INCLUDES = -D_GNU_SOURCE \
noinst_PROGRAMS = ld-new
CCFILES = \
+ archive.cc \
dirsearch.cc \
fileread.cc \
gold.cc \
@@ -27,6 +28,7 @@ CCFILES = \
options.cc \
output.cc \
readsyms.cc \
+ reloc.cc \
resolve.cc \
symtab.cc \
stringpool.cc \
@@ -34,6 +36,7 @@ CCFILES = \
workqueue.cc
HFILES = \
+ archive.h \
dirsearch.h \
fileread.h \
gold.h \
@@ -43,9 +46,11 @@ HFILES = \
options.h \
output.h \
readsyms.h \
+ reloc.h \
stringpool.h \
symtab.h \
target.h \
+ target-reloc.h \
target-select.h \
workqueue.h