From 7b4bb99da210990a09d14a943b18587f6b4cbf7c Mon Sep 17 00:00:00 2001 From: David SAUVAGE - AdaLabs Ltd Date: Tue, 3 Feb 2026 16:30:41 +0400 Subject: [PATCH] #15, gpr2.gpr: Missing units in the relocatable Library_Interface attribute definition --- gpr2.gpr | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gpr2.gpr b/gpr2.gpr index 33debf2c..e77f2f7f 100644 --- a/gpr2.gpr +++ b/gpr2.gpr @@ -52,6 +52,7 @@ library project GPR2 extends "gpr2_shared.gpr" is "GPR2.Build.Jobserver", "GPR2.Build.Jobserver_Protocol", "GPR2.Build.Jobserver_Protocol.Semaphore", + "GPR2.Build.Jobserver_Protocol.Pipe", "GPR2.Build.Options", "GPR2.Build.Process_Manager", "GPR2.Build.Process_Manager.JSON", @@ -67,6 +68,7 @@ library project GPR2 extends "gpr2_shared.gpr" is "GPR2.Build.Unit_Info.List", "GPR2.Build.View_Db", "GPR2.Build.View_Tables", + "GPR2.Build.View_Tables.Update_Sources_List", "GPR2.Configuration_Internal", "GPR2.Containers", "GPR2.Context", @@ -121,6 +123,7 @@ library project GPR2 extends "gpr2_shared.gpr" is "GPR2.Source_Reference.Text_Value", "GPR2.Source_Reference.Value", "GPR2.Tree_Internal", + "GPR2.Tree_Internal.Load_Autoconf", "GPR2.Tree_Internal.View_Builder", "GPR2.Utils", "GPR2.Utils.Hash", @@ -142,6 +145,7 @@ library project GPR2 extends "gpr2_shared.gpr" is "GPR_Parser.Lexer_Implementation", "GPR_Parser.Parsers", "GPR_Parser.Private_Converters", + "GPR_Parser.Public_Converters", "GPR_Parser.Rewriting", "GPR_Parser_Adasat", "GPR_Parser_Adasat.Builders",