From: Serge Hallyn Date: Fri, 17 Aug 2012 19:06:34 +0000 (-0500) Subject: Makefile.am: use right .h file name for seccomp X-Git-Tag: lxc-0.9.0.alpha1~1^2~165 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8dee0f165d19271bb0a83069dcbb65fbc02e73f;p=thirdparty%2Flxc.git Makefile.am: use right .h file name for seccomp Signed-off-by: Serge Hallyn --- diff --git a/src/lxc/Makefile.am b/src/lxc/Makefile.am index 29dfa00d3..a4b63fa64 100644 --- a/src/lxc/Makefile.am +++ b/src/lxc/Makefile.am @@ -50,7 +50,7 @@ liblxc_so_SOURCES = \ genl.c genl.h \ \ caps.c caps.h \ - seccomp.c seccomp.h \ + lxcseccomp.h \ mainloop.c mainloop.h \ af_unix.c af_unix.h \ \ @@ -68,6 +68,7 @@ endif if ENABLE_SECCOMP AM_CFLAGS += -DHAVE_SECCOMP +liblxc_so_SOURCES += seccomp.c endif liblxc_so_CFLAGS = -fPIC -DPIC $(AM_CFLAGS)