separate packaging and source build system
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
21
src/PVE/Storage/Makefile
Normal file
21
src/PVE/Storage/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
SOURCES= \
|
||||
Plugin.pm \
|
||||
DirPlugin.pm \
|
||||
LVMPlugin.pm \
|
||||
NFSPlugin.pm \
|
||||
CIFSPlugin.pm \
|
||||
ISCSIPlugin.pm \
|
||||
CephFSPlugin.pm \
|
||||
RBDPlugin.pm \
|
||||
ISCSIDirectPlugin.pm \
|
||||
GlusterfsPlugin.pm \
|
||||
ZFSPoolPlugin.pm \
|
||||
ZFSPlugin.pm \
|
||||
PBSPlugin.pm \
|
||||
BTRFSPlugin.pm \
|
||||
LvmThinPlugin.pm
|
||||
|
||||
.PHONY: install
|
||||
install:
|
||||
for i in ${SOURCES}; do install -D -m 0644 $$i ${DESTDIR}${PERLDIR}/PVE/Storage/$$i; done
|
||||
make -C LunCmd install
|
||||
Reference in New Issue
Block a user