From: Thomas Lamprecht Date: Tue, 4 Jun 2019 14:56:46 +0000 (+0200) Subject: buildsys: split storage plugins to single lines X-Git-Url: https://git.proxmox.com/?p=pve-storage.git;a=commitdiff_plain;h=3ed611874ee24be08758d1e620a320f2f3224c38 buildsys: split storage plugins to single lines Signed-off-by: Thomas Lamprecht --- diff --git a/PVE/Storage/Makefile b/PVE/Storage/Makefile index ad69532..321f6bd 100644 --- a/PVE/Storage/Makefile +++ b/PVE/Storage/Makefile @@ -1,4 +1,19 @@ -SOURCES=Plugin.pm DirPlugin.pm LVMPlugin.pm NFSPlugin.pm CIFSPlugin.pm ISCSIPlugin.pm CephFSPlugin.pm RBDPlugin.pm SheepdogPlugin.pm ISCSIDirectPlugin.pm GlusterfsPlugin.pm ZFSPoolPlugin.pm ZFSPlugin.pm DRBDPlugin.pm LvmThinPlugin.pm +SOURCES= \ + Plugin.pm \ + DirPlugin.pm \ + LVMPlugin.pm \ + NFSPlugin.pm \ + CIFSPlugin.pm \ + ISCSIPlugin.pm \ + CephFSPlugin.pm \ + RBDPlugin.pm \ + SheepdogPlugin.pm \ + ISCSIDirectPlugin.pm \ + GlusterfsPlugin.pm \ + ZFSPoolPlugin.pm \ + ZFSPlugin.pm \ + DRBDPlugin.pm \ + LvmThinPlugin.pm .PHONY: install install: