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
1c8e4ee0
Unverified
Commit
1c8e4ee0
authored
Aug 09, 2013
by
Stéphane Graber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup Makefile.am
Remove some dead code and fix identation, no functional change. Signed-off-by:
Stéphane Graber
<
stgraber@ubuntu.com
>
parent
4a0ba80d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
12 deletions
+9
-12
Makefile.am
src/lxc/Makefile.am
+9
-12
No files found.
src/lxc/Makefile.am
View file @
1c8e4ee0
...
@@ -61,9 +61,9 @@ liblxc_so_SOURCES = \
...
@@ -61,9 +61,9 @@ liblxc_so_SOURCES = \
attach.c attach.h
\
attach.c attach.h
\
\
\
network.c network.h
\
network.c network.h
\
nl.c nl.h
\
nl.c nl.h
\
rtnl.c rtnl.h
\
rtnl.c rtnl.h
\
genl.c genl.h
\
genl.c genl.h
\
\
\
caps.c caps.h
\
caps.c caps.h
\
lxcseccomp.h
\
lxcseccomp.h
\
...
@@ -134,15 +134,15 @@ EXTRA_DIST = \
...
@@ -134,15 +134,15 @@ EXTRA_DIST = \
lxc-top
lxc-top
if
ENABLE_PYTHON
if
ENABLE_PYTHON
bin_SCRIPTS
+=
lxc-device
bin_SCRIPTS
+=
lxc-device
bin_SCRIPTS
+=
lxc-ls
bin_SCRIPTS
+=
lxc-ls
bin_SCRIPTS
+=
lxc-start-ephemeral
bin_SCRIPTS
+=
lxc-start-ephemeral
else
else
bin_SCRIPTS
+=
legacy/lxc-ls
bin_SCRIPTS
+=
legacy/lxc-ls
endif
endif
if
ENABLE_LUA
if
ENABLE_LUA
bin_SCRIPTS
+=
lxc-top
bin_SCRIPTS
+=
lxc-top
endif
endif
bin_PROGRAMS
=
\
bin_PROGRAMS
=
\
...
@@ -165,7 +165,7 @@ bin_PROGRAMS = \
...
@@ -165,7 +165,7 @@ bin_PROGRAMS = \
lxc-kill
\
lxc-kill
\
lxc-config
\
lxc-config
\
lxc-destroy
\
lxc-destroy
\
lxc-create
lxc-create
if
HAVE_NEWUIDMAP
if
HAVE_NEWUIDMAP
bin_PROGRAMS
+=
lxc-usernsexec
bin_PROGRAMS
+=
lxc-usernsexec
...
@@ -174,9 +174,6 @@ endif
...
@@ -174,9 +174,6 @@ endif
pkglibexec_PROGRAMS
=
\
pkglibexec_PROGRAMS
=
\
lxc-init
lxc-init
#pkglibexec_SCRIPTS = \
# lxc.functions
AM_LDFLAGS
=
-Wl
,-E
AM_LDFLAGS
=
-Wl
,-E
if
ENABLE_RPATH
if
ENABLE_RPATH
AM_LDFLAGS
+=
-Wl
,-rpath
-Wl
,
$(libdir)
AM_LDFLAGS
+=
-Wl
,-rpath
-Wl
,
$(libdir)
...
...
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