]> git.proxmox.com Git - pve-storage.git/commitdiff
buildsys: split storage plugins to single lines
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 4 Jun 2019 14:56:46 +0000 (16:56 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 4 Jun 2019 14:56:46 +0000 (16:56 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/Storage/Makefile

index ad69532eb2f7ae93c6c96561d309705d032efd49..321f6bd8bc25d08268910ae9ebdf87a7fec34eee 100644 (file)
@@ -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:
 
 .PHONY: install
 install: