mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-05 10:00:17 +00:00

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com> Acked-by: Stéphane Graber <stgraber@ubuntu.com>
22 lines
381 B
Makefile
22 lines
381 B
Makefile
hooksdir=@LXCHOOKDIR@
|
|
binhooksdir=@LXCBINHOOKDIR@
|
|
|
|
hooks_SCRIPTS = \
|
|
clonehostname \
|
|
mountecryptfsroot \
|
|
ubuntu-cloud-prep \
|
|
squid-deb-proxy-client
|
|
|
|
binhooks_PROGRAMS = \
|
|
unmount-namespace
|
|
|
|
unmount_namespace_SOURCES = \
|
|
unmount-namespace.c
|
|
|
|
if IS_BIONIC
|
|
unmount_namespace_SOURCES += \
|
|
../src/include/lxcmntent.c ../src/include/lxcmntent.h
|
|
endif
|
|
|
|
EXTRA_DIST=$(hooks_SCRIPTS)
|