chiark / gitweb /
rtnl: drop "sd_" prefix from cleanup macros
[elogind.git] / Makefile.am
index 8c309dabedb4cd4444480f9a85fae1f52597df20..713a3aad93f9f0f4b80f89c1d56a3d6fef9484a6 100644 (file)
@@ -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