diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8c309dabed..713a3aad93 100644 --- a/Makefile.am +++ b/Makefile.am @@ -770,6 +770,12 @@ nodist_libsystemd_shared_la_SOURCES = \ src/shared/errno-from-name.h \ src/shared/errno-to-name.h +if HAVE_SECCOMP +libsystemd_shared_la_SOURCES += \ + src/shared/seccomp-util.h \ + src/shared/seccomp-util.c +endif + # ------------------------------------------------------------------------------ noinst_LTLIBRARIES += \ libsystemd-units.la |