Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
c8dee0f1
Commit
c8dee0f1
authored
Aug 17, 2012
by
Serge Hallyn
Committed by
Stéphane Graber
Nov 12, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile.am: use right .h file name for seccomp
Signed-off-by:
Serge Hallyn
<
serge.hallyn@ubuntu.com
>
parent
e767dd55
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Makefile.am
src/lxc/Makefile.am
+2
-1
No files found.
src/lxc/Makefile.am
View file @
c8dee0f1
...
@@ -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
\
lxc
seccomp.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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment