diff options
author | Ian Lance Taylor <iant@google.com> | 2007-10-07 18:06:27 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2007-10-07 18:06:27 +0000 |
commit | 8486ee48e830d61eff9da26b30527780a584556a (patch) | |
tree | d91b05eee78c126b70d9ccd2e745dff0480e86bf /gold/Makefile.am | |
parent | f958d5fc533970eb5f7083c3ab791912ee499bd4 (diff) | |
download | binutils-gdb-8486ee48e830d61eff9da26b30527780a584556a.tar.gz |
Add --version option.
Diffstat (limited to 'gold/Makefile.am')
-rw-r--r-- | gold/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gold/Makefile.am b/gold/Makefile.am index f61dac3d45a..87bde554234 100644 --- a/gold/Makefile.am +++ b/gold/Makefile.am @@ -46,6 +46,7 @@ CCFILES = \ symtab.cc \ stringpool.cc \ target-select.cc \ + version.cc \ workqueue.cc HFILES = \ |