summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStéphane Graber <stgraber@ubuntu.com>2019-10-08 15:24:10 -0400
committerPaul Moore <paul@paul-moore.com>2019-10-08 17:04:24 -0400
commitc95cdadef8746f9b4c714443e74e364f8fc7f10c (patch)
treed3ac969d40d66fae5a02ebec6c57a38c0c268565 /include
parentbf162816a6e42d7a40e54aadc18d1a98c34ca971 (diff)
downloadlibseccomp-c95cdadef8746f9b4c714443e74e364f8fc7f10c.tar.gz
build: ship seccomp-syscalls.h
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>
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses>.
#
-include_HEADERS = seccomp.h
+include_HEADERS = seccomp.h seccomp-syscalls.h