]> git.proxmox.com Git - pve-manager.git/blob - PVE/API2/Makefile
use new libpve-http-server-perl package
[pve-manager.git] / PVE / API2 / Makefile
1 include ../../defines.mk
2
3 PERLSOURCE = \
4 Ceph.pm \
5 APT.pm \
6 Subscription.pm \
7 VZDump.pm \
8 Backup.pm \
9 Cluster.pm \
10 HAConfig.pm \
11 Nodes.pm \
12 Pool.pm \
13 Tasks.pm \
14 Network.pm \
15 Services.pm
16
17 all:
18
19 .PHONY: clean
20 clean:
21 rm -rf *~
22
23 .PHONY: install
24 install: ${PERLSOURCE}
25 install -d ${PERLLIBDIR}/PVE/API2
26 install -m 0644 ${PERLSOURCE} ${PERLLIBDIR}/PVE/API2