From c95cdadef8746f9b4c714443e74e364f8fc7f10c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Tue, 8 Oct 2019 15:24:10 -0400 Subject: build: ship seccomp-syscalls.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Without this, anything which includes "seccomp.h" will fail when using a build version of libseccomp. Signed-off-by: Stéphane Graber Acked-by: Tom Hromatka [PM: tweaked the subject line] Signed-off-by: Paul Moore --- include/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/Makefile.am b/include/Makefile.am index ba3723f..d996128 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -16,4 +16,4 @@ # along with this library; if not, see . # -include_HEADERS = seccomp.h +include_HEADERS = seccomp.h seccomp-syscalls.h -- cgit v1.2.1