diff options
author | Kay Sievers <kay@vrfy.org> | 2012-07-17 16:03:50 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-07-17 16:04:58 +0200 |
commit | 95769b329eb15ac5495fe98000a583e4614a6109 (patch) | |
tree | 955b341119d87bad3d608a7dc91ae91fffd71c45 /Makefile.am | |
parent | bc76549dd6eae90938fb7f40121a8937dba1d4be (diff) |
build-sys: distcheck - add seccomp*.h to SOURCES
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ec50f408bc..eb5eb9e85a 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 \ |