Skip to content
Snippets Groups Projects
Commit 26c198db authored by Utz-Uwe Haus's avatar Utz-Uwe Haus
Browse files

Fix mis-referenced includes in Makefile.am

parent 2e63708e
No related branches found
No related tags found
No related merge requests found
...@@ -83,6 +83,7 @@ noinst_HEADERS = \ ...@@ -83,6 +83,7 @@ noinst_HEADERS = \
maestro/i_hashing.h \ maestro/i_hashing.h \
maestro/i_memlock.h \ maestro/i_memlock.h \
maestro/i_memory.h \ maestro/i_memory.h \
maestro/i_event.h \
maestro/i_misc.h maestro/i_misc.h
......
...@@ -65,9 +65,9 @@ libmaestro_core_la_SOURCES = \ ...@@ -65,9 +65,9 @@ libmaestro_core_la_SOURCES = \
pool_manager_protocol.c \ pool_manager_protocol.c \
pool_manager_registry.c \ pool_manager_registry.c \
pool_client.c i_pool_client.h \ pool_client.c i_pool_client.h \
pool_manager.c i_pool_manager.h \ pool_manager.c \
subscription_registry.c i_subscription_registry.h \ subscription_registry.c i_subscription_registry.h \
i_event.h event.c \ event.c \
cdo_sel_parse.c cdo_sel_parse.h \ cdo_sel_parse.c cdo_sel_parse.h \
i_groups.h groups.c \ i_groups.h groups.c \
i_maestro_numa.h \ i_maestro_numa.h \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment