]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
make dist: add missing files 3325/head
authorChristian Brauner <christian.brauner@ubuntu.com>
Tue, 24 Mar 2020 19:37:00 +0000 (20:37 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Tue, 24 Mar 2020 19:37:00 +0000 (20:37 +0100)
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>
Makefile.am
coccinelle/Makefile.am [new file with mode: 0644]
configure.ac
doc/Makefile.am
src/tests/Makefile.am

index dd892c820cf0ef85cfcd3d065882a3ca2cd9e71b..d3ce7b507e979a152a9cf914405fbf64ce10e5ec 100644 (file)
@@ -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 =
 
diff --git a/coccinelle/Makefile.am b/coccinelle/Makefile.am
new file mode 100644 (file)
index 0000000..a3c8b03
--- /dev/null
@@ -0,0 +1,7 @@
+# Makefile.am
+
+EXTRA_DIST = exit.cocci \
+            run-coccinelle.sh \
+            while-true.cocci
+
+bin_SCRIPTS = run-coccinelle.sh
index 3b4cd5730e128184368ae3493bc266b31393373f..35cb76f7671cae3a818689c59e693b52b2a0e0fb 100644 (file)
@@ -797,6 +797,8 @@ AC_CONFIG_FILES([
        lxc.pc
        lxc.spec
 
+       coccinelle/Makefile
+
        config/Makefile
        config/apparmor/Makefile
        config/apparmor/abstractions/start-container
index 29abd0154302147ce45479ab52e2d7c5dfdfe940..d613a75cb878fd5593334f2a45aa340e56f08383 100644 (file)
@@ -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 \
index d05021a054244fa1ac04a5628864e9505e98b010..493b33c9d865b035c4f6a662c9c932ea6448d217 100644 (file)
@@ -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-*