mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 12:13:33 +08:00
build-sys: distcheck - add seccomp*.h to SOURCES
This commit is contained in:
parent
bc76549dd6
commit
95769b329e
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user