Unverified Commit cf4c6339 by Stéphane Graber Committed by GitHub

Merge pull request #3325 from brauner/2020-03-24/fixes

make dist: add missing files
parents 57bb83f0 fef909cf
......@@ -3,13 +3,16 @@
ACLOCAL_AMFLAGS = -I config
LIBTOOL_DEPS = @LIBTOOL_DEPS@
SUBDIRS = config src templates doc hooks
DIST_SUBDIRS = config src templates doc hooks
EXTRA_DIST = \
autogen.sh \
SUBDIRS = config coccinelle src templates doc hooks
DIST_SUBDIRS = config coccinelle src templates doc hooks
EXTRA_DIST = autogen.sh \
lxc.spec \
CONTRIBUTING \
MAINTAINERS
CODING_STYLE.md \
LICENSE.GPL2 \
LICENSE.LGPL2.1 \
MAINTAINERS \
README.md
RPMARGS =
......
# Makefile.am
EXTRA_DIST = exit.cocci \
run-coccinelle.sh \
while-true.cocci
bin_SCRIPTS = run-coccinelle.sh
......@@ -797,6 +797,8 @@ AC_CONFIG_FILES([
lxc.pc
lxc.spec
coccinelle/Makefile
config/Makefile
config/apparmor/Makefile
config/apparmor/abstractions/start-container
......
......@@ -9,7 +9,7 @@ if ENABLE_API_DOCS
SUBDIRS += api
endif
EXTRA_DIST = \
EXTRA_DIST = api-extensions.md \
lxc.container.conf \
lxc.system.conf \
FAQ.txt
......
......@@ -158,6 +158,7 @@ EXTRA_DIST = basic.c \
lxc-test-checkpoint-restore \
lxc-test-cloneconfig \
lxc-test-createconfig \
lxc-test-exit-code \
lxc-test-no-new-privs \
lxc-test-snapdeps \
lxc-test-symlink \
......@@ -172,7 +173,8 @@ EXTRA_DIST = basic.c \
snapshot.c \
startone.c \
state_server.c \
share_ns.c
share_ns.c \
travis.sh
clean-local:
rm -f lxc-test-utils-*
......
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