]> git.proxmox.com Git - mirror_libseccomp.git/commitdiff
build: ship seccomp-syscalls.h master
authorStéphane Graber <stgraber@ubuntu.com>
Tue, 8 Oct 2019 19:24:10 +0000 (15:24 -0400)
committerPaul Moore <paul@paul-moore.com>
Tue, 8 Oct 2019 21:04:24 +0000 (17:04 -0400)
Without this, anything which includes "seccomp.h" will fail when using a build version of libseccomp.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Tom Hromatka <tom.hromatka@oracle.com>
[PM: tweaked the subject line]
Signed-off-by: Paul Moore <paul@paul-moore.com>
include/Makefile.am

index ba3723f162bbf990a3545082293f220eb54eb485..d9961288f7d75b733ee0c14e474d01ee53c2414b 100644 (file)
@@ -16,4 +16,4 @@
 # along with this library; if not, see <http://www.gnu.org/licenses>.
 #
 
-include_HEADERS = seccomp.h
+include_HEADERS = seccomp.h seccomp-syscalls.h