buildsys: cleanup and add PTY.pm to install files

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@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2017-11-24 10:57:10 +01:00
parent 1406425133
commit 1672bfe56d

View File

@ -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: