]> git.proxmox.com Git - pve-manager.git/blame - PVE/API2/Makefile
plug VZDump into our API
[pve-manager.git] / PVE / API2 / Makefile
CommitLineData
beb651ee
DM
1include ../../defines.mk
2
3PERLSOURCE = \
bf58f8dd 4 VZDump.pm \
beb651ee
DM
5 Cluster.pm \
6 Nodes.pm \
7 Tasks.pm \
8 Network.pm \
339e4159
DM
9 Services.pm \
10 OpenVZ.pm
beb651ee
DM
11
12all:
13
14.PHONY: distclean
15distclean: clean
16
17.PHONY: clean
18clean:
19 rm -rf *~
20
21.PHONY: install
22install: ${PERLSOURCE}
23 install -d ${PERLLIBDIR}/PVE/API2
24 install -m 0644 ${PERLSOURCE} ${PERLLIBDIR}/PVE/API2