mirror of
git://github.com/lxc/lxc
synced 2025-08-31 20:07:52 +00:00
Makefile.am: use right .h file name for seccomp
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
committed by
Stéphane Graber
parent
e767dd5599
commit
c8dee0f165
@@ -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)
|
||||
|
Reference in New Issue
Block a user