mirror of
https://git.proxmox.com/git/pve-common
synced 2025-08-08 11:29:42 +00:00
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:
parent
1406425133
commit
1672bfe56d
41
src/Makefile
41
src/Makefile
@ -6,26 +6,27 @@ DOCDIR=${PREFIX}/share/doc
|
|||||||
MAN1DIR=${MANDIR}/man1/
|
MAN1DIR=${MANDIR}/man1/
|
||||||
PERLDIR=${PREFIX}/share/perl5
|
PERLDIR=${PREFIX}/share/perl5
|
||||||
|
|
||||||
LIB_SOURCES= \
|
LIB_SOURCES = \
|
||||||
Subscription.pm \
|
AtomicFile.pm \
|
||||||
CalendarEvent.pm \
|
CLIHandler.pm \
|
||||||
OTP.pm \
|
CalendarEvent.pm \
|
||||||
Ticket.pm \
|
CpuSet.pm \
|
||||||
RESTEnvironment.pm \
|
Daemon.pm \
|
||||||
CpuSet.pm \
|
Exception.pm \
|
||||||
Daemon.pm \
|
INotify.pm \
|
||||||
SectionConfig.pm \
|
JSONSchema.pm \
|
||||||
Network.pm \
|
Network.pm \
|
||||||
ProcFSTools.pm \
|
OTP.pm \
|
||||||
CLIHandler.pm \
|
PTY.pm \
|
||||||
RESTHandler.pm \
|
ProcFSTools.pm \
|
||||||
JSONSchema.pm \
|
RESTEnvironment.pm \
|
||||||
SafeSyslog.pm \
|
RESTHandler.pm \
|
||||||
AtomicFile.pm \
|
SafeSyslog.pm \
|
||||||
INotify.pm \
|
SectionConfig.pm \
|
||||||
Tools.pm \
|
Subscription.pm \
|
||||||
Syscall.pm \
|
Syscall.pm \
|
||||||
Exception.pm
|
Ticket.pm \
|
||||||
|
Tools.pm
|
||||||
|
|
||||||
all:
|
all:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user