Commit c8dee0f1 by Serge Hallyn Committed by Stéphane Graber

Makefile.am: use right .h file name for seccomp

parent e767dd55
...@@ -50,7 +50,7 @@ liblxc_so_SOURCES = \ ...@@ -50,7 +50,7 @@ liblxc_so_SOURCES = \
genl.c genl.h \ genl.c genl.h \
\ \
caps.c caps.h \ caps.c caps.h \
seccomp.c seccomp.h \ lxcseccomp.h \
mainloop.c mainloop.h \ mainloop.c mainloop.h \
af_unix.c af_unix.h \ af_unix.c af_unix.h \
\ \
...@@ -68,6 +68,7 @@ endif ...@@ -68,6 +68,7 @@ endif
if ENABLE_SECCOMP if ENABLE_SECCOMP
AM_CFLAGS += -DHAVE_SECCOMP AM_CFLAGS += -DHAVE_SECCOMP
liblxc_so_SOURCES += seccomp.c
endif endif
liblxc_so_CFLAGS = -fPIC -DPIC $(AM_CFLAGS) liblxc_so_CFLAGS = -fPIC -DPIC $(AM_CFLAGS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment