[pve-devel] [PATCH common 3/4] buildsys: cleanup and add PTY.pm to install files

Wolfgang Bumiller w.bumiller at proxmox.com
Fri Nov 24 11:24:24 CET 2017


There was no obvious order to this list, now there is.
Plus, tabs after non-tabs are evil.

Signed-off-by: Wolfgang Bumiller <w.bumiller at proxmox.com>
---
 src/Makefile | 41 +++++++++++++++++++++--------------------
 1 file changed, 21 insertions(+), 20 deletions(-)

diff --git a/src/Makefile b/src/Makefile
index 3871e59..e544882 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -6,26 +6,27 @@ DOCDIR=${PREFIX}/share/doc
 MAN1DIR=${MANDIR}/man1/
 PERLDIR=${PREFIX}/share/perl5
 
-LIB_SOURCES=			\
-	Subscription.pm		\
-	CalendarEvent.pm	\
-	OTP.pm			\
-	Ticket.pm		\
-	RESTEnvironment.pm	\
-	CpuSet.pm		\
-	Daemon.pm		\
-	SectionConfig.pm	\
-	Network.pm		\
-	ProcFSTools.pm		\
-	CLIHandler.pm		\
-	RESTHandler.pm		\
-	JSONSchema.pm		\
-	SafeSyslog.pm		\
-	AtomicFile.pm		\
-	INotify.pm		\
-	Tools.pm		\
-	Syscall.pm		\
-	Exception.pm
+LIB_SOURCES = \
+	AtomicFile.pm \
+	CLIHandler.pm \
+	CalendarEvent.pm \
+	CpuSet.pm \
+	Daemon.pm \
+	Exception.pm \
+	INotify.pm \
+	JSONSchema.pm \
+	Network.pm \
+	OTP.pm \
+	PTY.pm \
+	ProcFSTools.pm \
+	RESTEnvironment.pm \
+	RESTHandler.pm \
+	SafeSyslog.pm \
+	SectionConfig.pm \
+	Subscription.pm \
+	Syscall.pm \
+	Ticket.pm \
+	Tools.pm
 
 all:
 
-- 
2.11.0





More information about the pve-devel mailing list