From f695569ec5864ff9cb12737a3ac70958788f74b0 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 21 Sep 2006 22:13:18 +0000 Subject: New drop, with first cut of section layout code. --- gold/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gold/Makefile.am') diff --git a/gold/Makefile.am b/gold/Makefile.am index a01aef4aab..ed26af979f 100644 --- a/gold/Makefile.am +++ b/gold/Makefile.am @@ -22,8 +22,10 @@ CCFILES = \ fileread.cc \ gold.cc \ gold-threads.cc \ + layout.cc \ object.cc \ options.cc \ + output.cc \ readsyms.cc \ resolve.cc \ symtab.cc \ @@ -36,13 +38,14 @@ HFILES = \ fileread.h \ gold.h \ gold-threads.h \ + layout.h \ object.h \ options.h \ + output.h \ readsyms.h \ stringpool.h \ symtab.h \ target.h \ - targetsize.h \ target-select.h \ workqueue.h -- cgit v1.2.1