aboutsummaryrefslogtreecommitdiff
path: root/gold/Makefile.am
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2007-11-30 00:35:27 +0000
committerIan Lance Taylor <iant@google.com>2007-11-30 00:35:27 +0000
commit9a0910c33e1a6962d475ee0a994fd1f5e446a888 (patch)
treef30e7b369cc05383699fbe4780ee0839b8dbcdde /gold/Makefile.am
parent71195202dfb59bb7b61b35dc4cc5d202fab12020 (diff)
downloadfsf-binutils-gdb-9a0910c33e1a6962d475ee0a994fd1f5e446a888.zip
fsf-binutils-gdb-9a0910c33e1a6962d475ee0a994fd1f5e446a888.tar.gz
fsf-binutils-gdb-9a0910c33e1a6962d475ee0a994fd1f5e446a888.tar.bz2
From Craig Silverstein: Add support for compressing .debug_str section.
Diffstat (limited to 'gold/Makefile.am')
-rw-r--r--gold/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/gold/Makefile.am b/gold/Makefile.am
index de9be20..84c39b9 100644
--- a/gold/Makefile.am
+++ b/gold/Makefile.am
@@ -30,6 +30,7 @@ noinst_LIBRARIES = libgold.a
CCFILES = \
archive.cc \
common.cc \
+ compressed_output.cc \
defstd.cc \
dirsearch.cc \
dynobj.cc \
@@ -59,6 +60,7 @@ CCFILES = \
HFILES = \
archive.h \
common.h \
+ compressed_output.h \
defstd.h \
dirsearch.h \
dynobj.h \