mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 10:51:24 +00:00
make dist: add missing files
deleted: CODING_STYLE.md deleted: LICENSE.GPL2 deleted: LICENSE.LGPL2.1 deleted: README.md deleted: coccinelle/exit.cocci deleted: coccinelle/run-coccinelle.sh deleted: coccinelle/while-true.cocci deleted: doc/api-extensions.md deleted: src/tests/lxc-test-exit-code deleted: src/tests/travis.sh Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
e4e80aa9e9
commit
fef909cf62
17
Makefile.am
17
Makefile.am
@ -3,13 +3,16 @@
|
|||||||
ACLOCAL_AMFLAGS = -I config
|
ACLOCAL_AMFLAGS = -I config
|
||||||
|
|
||||||
LIBTOOL_DEPS = @LIBTOOL_DEPS@
|
LIBTOOL_DEPS = @LIBTOOL_DEPS@
|
||||||
SUBDIRS = config src templates doc hooks
|
SUBDIRS = config coccinelle src templates doc hooks
|
||||||
DIST_SUBDIRS = config src templates doc hooks
|
DIST_SUBDIRS = config coccinelle src templates doc hooks
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = autogen.sh \
|
||||||
autogen.sh \
|
lxc.spec \
|
||||||
lxc.spec \
|
CONTRIBUTING \
|
||||||
CONTRIBUTING \
|
CODING_STYLE.md \
|
||||||
MAINTAINERS
|
LICENSE.GPL2 \
|
||||||
|
LICENSE.LGPL2.1 \
|
||||||
|
MAINTAINERS \
|
||||||
|
README.md
|
||||||
|
|
||||||
RPMARGS =
|
RPMARGS =
|
||||||
|
|
||||||
|
7
coccinelle/Makefile.am
Normal file
7
coccinelle/Makefile.am
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# 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.pc
|
||||||
lxc.spec
|
lxc.spec
|
||||||
|
|
||||||
|
coccinelle/Makefile
|
||||||
|
|
||||||
config/Makefile
|
config/Makefile
|
||||||
config/apparmor/Makefile
|
config/apparmor/Makefile
|
||||||
config/apparmor/abstractions/start-container
|
config/apparmor/abstractions/start-container
|
||||||
|
@ -9,10 +9,10 @@ if ENABLE_API_DOCS
|
|||||||
SUBDIRS += api
|
SUBDIRS += api
|
||||||
endif
|
endif
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = api-extensions.md \
|
||||||
lxc.container.conf \
|
lxc.container.conf \
|
||||||
lxc.system.conf \
|
lxc.system.conf \
|
||||||
FAQ.txt
|
FAQ.txt
|
||||||
|
|
||||||
if ENABLE_DOCBOOK
|
if ENABLE_DOCBOOK
|
||||||
man_MANS = lxc.conf.5 \
|
man_MANS = lxc.conf.5 \
|
||||||
|
@ -158,6 +158,7 @@ EXTRA_DIST = basic.c \
|
|||||||
lxc-test-checkpoint-restore \
|
lxc-test-checkpoint-restore \
|
||||||
lxc-test-cloneconfig \
|
lxc-test-cloneconfig \
|
||||||
lxc-test-createconfig \
|
lxc-test-createconfig \
|
||||||
|
lxc-test-exit-code \
|
||||||
lxc-test-no-new-privs \
|
lxc-test-no-new-privs \
|
||||||
lxc-test-snapdeps \
|
lxc-test-snapdeps \
|
||||||
lxc-test-symlink \
|
lxc-test-symlink \
|
||||||
@ -172,7 +173,8 @@ EXTRA_DIST = basic.c \
|
|||||||
snapshot.c \
|
snapshot.c \
|
||||||
startone.c \
|
startone.c \
|
||||||
state_server.c \
|
state_server.c \
|
||||||
share_ns.c
|
share_ns.c \
|
||||||
|
travis.sh
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
rm -f lxc-test-utils-*
|
rm -f lxc-test-utils-*
|
||||||
|
Loading…
Reference in New Issue
Block a user