Copyright update for binutils
[external/binutils.git] / bfd / Makefile.am
index bf73057..cb3a856 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to generate Makefile.in
 #
-#   Copyright (C) 2012-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2012-2016 Free Software Foundation, Inc.
 #
 # This file is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -408,6 +408,7 @@ BFD32_BACKENDS = \
        m88kopenbsd.lo \
        mach-o.lo \
        mach-o-i386.lo \
+       mach-o-arm.lo \
        mipsbsd.lo \
        newsos3.lo \
        nlm.lo \
@@ -599,6 +600,7 @@ BFD32_BACKENDS_CFILES = \
        m88kopenbsd.c \
        mach-o.c \
        mach-o-i386.c \
+       mach-o-arm.c \
        mipsbsd.c \
        newsos3.c \
        nlm.c \
@@ -681,6 +683,7 @@ BFD64_BACKENDS = \
        elfn32-mips.lo \
        elfxx-ia64.lo \
        elfxx-mips.lo \
+       mach-o-aarch64.lo \
        mach-o-x86-64.lo \
        mmo.lo \
        nlm32-alpha.lo \
@@ -719,6 +722,7 @@ BFD64_BACKENDS_CFILES = \
        elfxx-aarch64.c \
        elfxx-ia64.c \
        elfxx-mips.c \
+       mach-o-aarch64.c \
        mach-o-x86-64.c \
        mmo.c \
        nlm32-alpha.c \