forked from frobware/kvm-cluster-up
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.am
28 lines (25 loc) · 785 Bytes
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
EXTRA_DIST = \
README.md \
bootstrap.sh
# Should really use $(program-prefix) for all the kup- entries but
# that means the the pkglibexec_SCRIPTS also get changed.
dist_bin_SCRIPTS = \
bin/kup-delete-config-drive \
bin/kup-detach-config-drive \
bin/kup-domain-delete \
bin/kup-domain-install \
bin/kup-domain-reboot \
bin/kup-domain-start \
bin/kup-domain-stop \
bin/kup-domain-wait-for-state \
bin/kup-snapshot-create \
bin/kup-snapshot-delete \
bin/kup-snapshot-list \
bin/kup-snapshot-replace \
bin/kup-snapshot-select \
bin/kup-upload-file-to-pool
pkglibexec_SCRIPTS = \
libexec/kvm-cluster-up/common.sh \
libexec/kvm-cluster-up/create-config-drive \
libexec/kvm-cluster-up/meta-data \
libexec/kvm-cluster-up/user-data