]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Makefile.am: use right .h file name for seccomp
authorSerge Hallyn <serge.halyn@ubuntu.com>
Fri, 17 Aug 2012 19:06:34 +0000 (14:06 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 12 Nov 2012 17:04:30 +0000 (12:04 -0500)
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
src/lxc/Makefile.am

index 29dfa00d3d49cfce4894824dee7198e11f51575a..a4b63fa645d52737fd2f215950152dcf3e2129a7 100644 (file)
@@ -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)