[systemd-commits] Makefile.am
Kay Sievers
kay at kemper.freedesktop.org
Tue Jul 17 07:07:44 PDT 2012
Makefile.am | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 95769b329eb15ac5495fe98000a583e4614a6109
Author: Kay Sievers <kay at vrfy.org>
Date: Tue Jul 17 16:03:50 2012 +0200
build-sys: distcheck - add seccomp*.h to SOURCES
diff --git a/Makefile.am b/Makefile.am
index ec50f40..eb5eb9e 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 \
More information about the systemd-commits
mailing list