cmd: move lxc-checkconfig

Closes #2073.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
Christian Brauner 2018-01-12 13:49:55 +01:00
parent 2a5ee335a6
commit 48b1dc4cdc
No known key found for this signature in database
GPG Key ID: 8EB056D53EECB12D
3 changed files with 2 additions and 2 deletions

View File

@ -934,7 +934,7 @@ AC_CONFIG_FILES([
src/Makefile
src/lxc/Makefile
src/lxc/lxc.functions
src/lxc/tools/lxc-checkconfig
src/lxc/cmd/lxc-checkconfig
src/lxc/tools/lxc-start-ephemeral
src/lxc/tools/lxc-update-config
src/lxc/version.h

View File

@ -216,7 +216,7 @@ liblxc_la_LIBADD += $(CGMANAGER_LIBS) $(DBUS_LIBS) $(NIH_LIBS) $(NIH_DBUS_LIBS)
liblxc_la_CFLAGS += $(CGMANAGER_CFLAGS) $(DBUS_CFLAGS) $(NIH_CFLAGS) $(NIH_DBUS_CFLAGS)
endif
bin_SCRIPTS = tools/lxc-checkconfig \
bin_SCRIPTS = cmd/lxc-checkconfig \
tools/lxc-update-config
EXTRA_DIST = \