diff --git a/include/Makefile.am b/include/Makefile.am index 61bb5226429b2751a5186babec424d2fe1020e58..521a52ba5a98cfda9b591c3060d92c5b89d0189d 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 58314a3317df8d595375ea3b1d260644e0920c00..440c35199b12d8b0b48837939e816fb5f81ca7d9 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 \