Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
cf4c6339
Unverified
Commit
cf4c6339
authored
Mar 24, 2020
by
Stéphane Graber
Committed by
GitHub
Mar 24, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3325 from brauner/2020-03-24/fixes
make dist: add missing files
parents
57bb83f0
fef909cf
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
26 additions
and
12 deletions
+26
-12
Makefile.am
Makefile.am
+10
-7
Makefile.am
coccinelle/Makefile.am
+7
-0
configure.ac
configure.ac
+2
-0
Makefile.am
doc/Makefile.am
+4
-4
Makefile.am
src/tests/Makefile.am
+3
-1
No files found.
Makefile.am
View file @
cf4c6339
...
@@ -3,13 +3,16 @@
...
@@ -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
=
...
...
coccinelle/Makefile.am
0 → 100644
View file @
cf4c6339
# Makefile.am
EXTRA_DIST
=
exit.cocci
\
run-coccinelle.sh
\
while
-true
.cocci
bin_SCRIPTS
=
run-coccinelle.sh
configure.ac
View file @
cf4c6339
...
@@ -797,6 +797,8 @@ AC_CONFIG_FILES([
...
@@ -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
...
...
doc/Makefile.am
View file @
cf4c6339
...
@@ -9,10 +9,10 @@ if ENABLE_API_DOCS
...
@@ -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
\
...
...
src/tests/Makefile.am
View file @
cf4c6339
...
@@ -158,6 +158,7 @@ EXTRA_DIST = basic.c \
...
@@ -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 \
...
@@ -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-
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment