From 30692097918f2992113e6b149dacb4b5f8147d43 Mon Sep 17 00:00:00 2001 From: mohammed1 <ali.mohammed@unibas.ch> Date: Tue, 7 Feb 2023 04:04:27 -0600 Subject: [PATCH] add i_pool_client.h and i_pool_operations.h to noinstall --- include/Makefile.am | 2 ++ maestro/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/include/Makefile.am b/include/Makefile.am index 61bb5226..521a52ba 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -76,6 +76,8 @@ noinst_HEADERS = \ maestro/i_pool_manager_registry.h \ maestro/i_pool_manager.h \ maestro/i_pool.h \ + maestro/i_pool_client.h\ + maestro/i_pool_operations.h\ maestro/i_mempool.h \ maestro/i_khash.h \ maestro/i_kdq.h \ diff --git a/maestro/Makefile.am b/maestro/Makefile.am index 58314a33..440c3519 100644 --- a/maestro/Makefile.am +++ b/maestro/Makefile.am @@ -65,7 +65,7 @@ libmaestro_core_la_SOURCES = \ pool_operations.c\ pool_manager_protocol.c \ pool_manager_registry.c \ - pool_client.c i_pool_client.h \ + pool_client.c\ pool_manager.c \ subscription_registry.c i_subscription_registry.h \ event.c \ -- GitLab