From 7e1edb9089c4eec761d09d9bb0ce675eb0bcbc2b Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 21 Sep 2007 07:20:01 +0000 Subject: Add global parameters. --- gold/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gold/Makefile.am') diff --git a/gold/Makefile.am b/gold/Makefile.am index a411127..6975be4 100644 --- a/gold/Makefile.am +++ b/gold/Makefile.am @@ -34,6 +34,7 @@ CCFILES = \ object.cc \ options.cc \ output.cc \ + parameters.cc \ readsyms.cc \ reloc.cc \ resolve.cc \ @@ -57,6 +58,7 @@ HFILES = \ object.h \ options.h \ output.h \ + parameters.h \ readsyms.h \ reloc.h \ reloc-types.h \ -- cgit v1.1