Skip to content

Commit

Permalink
make dist: add missing files
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Christian Brauner committed Mar 24, 2020
1 parent e4e80aa commit fef909c
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 12 deletions.
17 changes: 10 additions & 7 deletions Makefile.am
Expand Up @@ -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 \
lxc.spec \
CONTRIBUTING \
MAINTAINERS
SUBDIRS = config coccinelle src templates doc hooks
DIST_SUBDIRS = config coccinelle src templates doc hooks
EXTRA_DIST = autogen.sh \
lxc.spec \
CONTRIBUTING \
CODING_STYLE.md \
LICENSE.GPL2 \
LICENSE.LGPL2.1 \
MAINTAINERS \
README.md

RPMARGS =

Expand Down
7 changes: 7 additions & 0 deletions coccinelle/Makefile.am
@@ -0,0 +1,7 @@
# Makefile.am

EXTRA_DIST = exit.cocci \
run-coccinelle.sh \
while-true.cocci

bin_SCRIPTS = run-coccinelle.sh
2 changes: 2 additions & 0 deletions configure.ac
Expand Up @@ -797,6 +797,8 @@ AC_CONFIG_FILES([
lxc.pc
lxc.spec
coccinelle/Makefile
config/Makefile
config/apparmor/Makefile
config/apparmor/abstractions/start-container
Expand Down
8 changes: 4 additions & 4 deletions doc/Makefile.am
Expand Up @@ -9,10 +9,10 @@ if ENABLE_API_DOCS
SUBDIRS += api
endif

EXTRA_DIST = \
lxc.container.conf \
lxc.system.conf \
FAQ.txt
EXTRA_DIST = api-extensions.md \
lxc.container.conf \
lxc.system.conf \
FAQ.txt

if ENABLE_DOCBOOK
man_MANS = lxc.conf.5 \
Expand Down
4 changes: 3 additions & 1 deletion src/tests/Makefile.am
Expand Up @@ -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 \
Expand All @@ -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-*
Expand Down

0 comments on commit fef909c

Please sign in to comment.