From 26c198dbfa28a64f83d506a512027a355936230d Mon Sep 17 00:00:00 2001 From: Utz-Uwe Haus <uhaus@hpe.com> Date: Fri, 12 Aug 2022 09:21:53 +0000 Subject: [PATCH] Fix mis-referenced includes in Makefile.am --- include/Makefile.am | 3 ++- maestro/Makefile.am | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/include/Makefile.am b/include/Makefile.am index 7dd8b2c2..61bb5226 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -82,7 +82,8 @@ noinst_HEADERS = \ maestro/i_ketopt.h \ maestro/i_hashing.h \ maestro/i_memlock.h \ - maestro/i_memory.h \ + maestro/i_memory.h \ + maestro/i_event.h \ maestro/i_misc.h diff --git a/maestro/Makefile.am b/maestro/Makefile.am index 954b1f59..ed11b68a 100644 --- a/maestro/Makefile.am +++ b/maestro/Makefile.am @@ -65,9 +65,9 @@ libmaestro_core_la_SOURCES = \ pool_manager_protocol.c \ pool_manager_registry.c \ pool_client.c i_pool_client.h \ - pool_manager.c i_pool_manager.h \ + pool_manager.c \ subscription_registry.c i_subscription_registry.h \ - i_event.h event.c \ + event.c \ cdo_sel_parse.c cdo_sel_parse.h \ i_groups.h groups.c \ i_maestro_numa.h \ -- GitLab