diff options
author | Paul Moore <pmoore@redhat.com> | 2015-08-28 15:38:34 -0400 |
---|---|---|
committer | Paul Moore <pmoore@redhat.com> | 2015-08-28 15:38:34 -0400 |
commit | fc886cbe8128e8544f5d197dfd0971403ee203b5 (patch) | |
tree | 71e20e3c8acac4b67da61842bef34e23f972ebe9 /src/Makefile.am | |
parent | 6e26af4f027f6d6d3c8045f3b2c57b2255e911e3 (diff) | |
parent | a06972c8f7a287b83d3d5237f83b17ec2ab2047e (diff) | |
download | libseccomp-fc886cbe8128e8544f5d197dfd0971403ee203b5.tar.gz |
Merge branch 'working-s390' into master
Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 23d9a91..ba9b9f4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -32,7 +32,9 @@ SOURCES_ARCH = \ arch-mips64.h arch-mips64.c arch-mips64-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 + arch-ppc64.h arch-ppc64.c arch-ppc64-syscalls.c \ + arch-s390.h arch-s390.c arch-s390-syscalls.c \ + arch-s390x.h arch-s390x.c arch-s390x-syscalls.c SOURCES_GEN = \ api.c system.h system.c \ |