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