From 95769b329eb15ac5495fe98000a583e4614a6109 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Tue, 17 Jul 2012 16:03:50 +0200 Subject: [PATCH] build-sys: distcheck - add seccomp*.h to SOURCES --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index ec50f408b..eb5eb9e85 100644 --- a/Makefile.am +++ b/Makefile.am @@ -141,6 +141,7 @@ AM_CPPFLAGS = \ -I $(top_srcdir)/src/login \ -I $(top_srcdir)/src/journal \ -I $(top_srcdir)/src/systemd \ + -I $(top_builddir)/src/core \ -I $(top_srcdir)/src/core \ -I $(top_srcdir)/src/libudev \ -I $(top_srcdir)/src/udev @@ -688,6 +689,8 @@ noinst_LTLIBRARIES += \ libsystemd_shared_la_SOURCES = \ src/shared/linux/auto_dev-ioctl.h \ src/shared/linux/fanotify.h \ + src/shared/linux/seccomp.h \ + src/shared/linux/seccomp-bpf.h \ src/shared/missing.h \ src/shared/list.h \ src/shared/macro.h \ -- 2.30.2