Cleanup Makefile.am

Remove some dead code and fix identation, no functional change. Signed-off-by: 's avatarStéphane Graber <stgraber@ubuntu.com>
parent 4a0ba80d
...@@ -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 = \
...@@ -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)
......
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