From: Stéphane Graber Date: Fri, 9 Aug 2013 13:06:02 +0000 (+0200) Subject: Cleanup Makefile.am X-Git-Tag: lxc-1.0.0.alpha1~1^2~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c8e4ee0a08638e35732a0ddd0052ecde49fbecb;p=thirdparty%2Flxc.git Cleanup Makefile.am Remove some dead code and fix identation, no functional change. Signed-off-by: Stéphane Graber --- diff --git a/src/lxc/Makefile.am b/src/lxc/Makefile.am index 1421251b2..cd6d45fbf 100644 --- a/src/lxc/Makefile.am +++ b/src/lxc/Makefile.am @@ -61,9 +61,9 @@ liblxc_so_SOURCES = \ attach.c attach.h \ \ network.c network.h \ - nl.c nl.h \ - rtnl.c rtnl.h \ - genl.c genl.h \ + nl.c nl.h \ + rtnl.c rtnl.h \ + genl.c genl.h \ \ caps.c caps.h \ lxcseccomp.h \ @@ -134,15 +134,15 @@ EXTRA_DIST = \ lxc-top if ENABLE_PYTHON - bin_SCRIPTS += lxc-device - bin_SCRIPTS += lxc-ls - bin_SCRIPTS += lxc-start-ephemeral +bin_SCRIPTS += lxc-device +bin_SCRIPTS += lxc-ls +bin_SCRIPTS += lxc-start-ephemeral else - bin_SCRIPTS += legacy/lxc-ls +bin_SCRIPTS += legacy/lxc-ls endif if ENABLE_LUA - bin_SCRIPTS += lxc-top +bin_SCRIPTS += lxc-top endif bin_PROGRAMS = \ @@ -165,7 +165,7 @@ bin_PROGRAMS = \ lxc-kill \ lxc-config \ lxc-destroy \ - lxc-create + lxc-create if HAVE_NEWUIDMAP bin_PROGRAMS += lxc-usernsexec @@ -174,9 +174,6 @@ endif pkglibexec_PROGRAMS = \ lxc-init -#pkglibexec_SCRIPTS = \ -# lxc.functions - AM_LDFLAGS = -Wl,-E if ENABLE_RPATH AM_LDFLAGS += -Wl,-rpath -Wl,$(libdir)