From bc644c6cfca852cd34e486a018bfde7fd1ac55e8 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 8 Feb 2008 07:06:58 +0000 Subject: Add support for --format binary for input files. --- 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 0f09afa..ea43458 100644 --- a/gold/Makefile.am +++ b/gold/Makefile.am @@ -30,6 +30,7 @@ noinst_LIBRARIES = libgold.a CCFILES = \ archive.cc \ + binary.cc \ common.cc \ compressed_output.cc \ defstd.cc \ @@ -62,6 +63,7 @@ CCFILES = \ HFILES = \ archive.h \ + binary.h \ common.h \ compressed_output.h \ defstd.h \ -- cgit v1.1