summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStéphane Graber <stgraber@ubuntu.com>2019-10-31 08:44:13 -0600
committerTom Hromatka <tom.hromatka@oracle.com>2019-11-04 07:02:15 -0700
commit80177ff2684664c9c51be838275711f00daf5d0c (patch)
tree96008d7a7289a5ab7865b33fb9a5371aedfc2bf7
parent0db8babb27eed3ce202d54ec1cd99f23367631cf (diff)
downloadlibseccomp-80177ff2684664c9c51be838275711f00daf5d0c.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> (cherry picked from commit c95cdadef8746f9b4c714443e74e364f8fc7f10c) Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com> Acked-by: Paul Moore <paul@paul-moore.com>
-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