summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2015-08-05 12:00:34 -0400
committerPaul Moore <pmoore@redhat.com>2015-08-05 12:00:34 -0400
commit29753076fddfed772511c67887bed1f0621b32cf (patch)
tree2b9d96ff167aae8d3aff6667a8fba8445559f533 /src/Makefile.am
parent62c59aab8d72787c5055f704660a132a0b83386b (diff)
parent0843a460f72da50756432a021c387fe8a7ab0bd5 (diff)
downloadlibseccomp-29753076fddfed772511c67887bed1f0621b32cf.tar.gz
Merge branch 'working-ppc64'
Mike Strosaker <strosake@linux.vnet.ibm.com> reports that the working-ppc64 branch is working for both 'make check' and './regression -T live'.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a14cefb..23d9a91 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -30,7 +30,9 @@ SOURCES_ARCH = \
arch-aarch64.h arch-aarch64.c arch-aarch64-syscalls.c \
arch-mips.h arch-mips.c arch-mips-syscalls.c \
arch-mips64.h arch-mips64.c arch-mips64-syscalls.c \
- arch-mips64n32.h arch-mips64n32.c arch-mips64n32-syscalls.c
+ arch-mips64n32.h arch-mips64n32.c arch-mips64n32-syscalls.c \
+ arch-ppc.h arch-ppc.c arch-ppc-syscalls.c \
+ arch-ppc64.h arch-ppc64.c arch-ppc64-syscalls.c
SOURCES_GEN = \
api.c system.h system.c \