X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=blobdiff_plain;f=PVE%2FMakefile;h=410d9d8575981ca8953e1ad1746ce59d3ee32bc2;hp=79cafae7df167f89e11b6e2b7dc4647fed5cc56d;hb=09281ad74465a7dbc92edfa02463b0d2332a6e98;hpb=364ffc137ac86c55c86c5914bee1daa634a8c849 diff --git a/PVE/Makefile b/PVE/Makefile index 79cafae..410d9d8 100644 --- a/PVE/Makefile +++ b/PVE/Makefile @@ -5,4 +5,5 @@ install: make -C Auth install install -D -m 0644 AccessControl.pm ${DESTDIR}${PERLDIR}/PVE/AccessControl.pm install -D -m 0644 RPCEnvironment.pm ${DESTDIR}${PERLDIR}/PVE/RPCEnvironment.pm - make -C API2 install \ No newline at end of file + make -C API2 install + make -C CLI install