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>
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 =
--- /dev/null
+# Makefile.am
+
+EXTRA_DIST = exit.cocci \
+ run-coccinelle.sh \
+ while-true.cocci
+
+bin_SCRIPTS = run-coccinelle.sh
lxc.pc
lxc.spec
+ coccinelle/Makefile
+
config/Makefile
config/apparmor/Makefile
config/apparmor/abstractions/start-container
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 \
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 \
snapshot.c \
startone.c \
state_server.c \
- share_ns.c
+ share_ns.c \
+ travis.sh
clean-local:
rm -f lxc-test-utils-*