From 3ed611874ee24be08758d1e620a320f2f3224c38 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 4 Jun 2019 16:56:46 +0200 Subject: [PATCH] buildsys: split storage plugins to single lines Signed-off-by: Thomas Lamprecht --- PVE/Storage/Makefile | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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: -- 2.39.2