diff options
Diffstat (limited to 'src/libhydra/Makefile.am')
-rw-r--r-- | src/libhydra/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libhydra/Makefile.am b/src/libhydra/Makefile.am index 94d3968de..c669b4e11 100644 --- a/src/libhydra/Makefile.am +++ b/src/libhydra/Makefile.am @@ -4,7 +4,8 @@ libhydra_la_SOURCES = \ hydra.c hydra.h \ attributes/attributes.c attributes/attributes.h \ attributes/attribute_provider.h attributes/attribute_handler.h \ -attributes/attribute_manager.c attributes/attribute_manager.h +attributes/attribute_manager.c attributes/attribute_manager.h \ +attributes/mem_pool.c attributes/mem_pool.h libhydra_la_LIBADD = |