diff options
Diffstat (limited to 'gold/Makefile.am')
-rw-r--r-- | gold/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gold/Makefile.am b/gold/Makefile.am index a91a1c8..de9be20 100644 --- a/gold/Makefile.am +++ b/gold/Makefile.am @@ -53,7 +53,8 @@ CCFILES = \ stringpool.cc \ target-select.cc \ version.cc \ - workqueue.cc + workqueue.cc \ + workqueue-threads.cc HFILES = \ archive.h \ @@ -84,7 +85,8 @@ HFILES = \ target-reloc.h \ target-select.h \ tls.h \ - workqueue.h + workqueue.h \ + workqueue-internal.h YFILES = \ yyscript.y |