From b3dcf58e283ff1bcb2c1ffacccb158d6e0c271e6 Mon Sep 17 00:00:00 2001 From: Michal Schmidt Date: Tue, 12 Aug 2014 23:35:23 +0200 Subject: shared: split mempool implementation from hashmaps --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4d93304cb6..fae946a388 100644 --- a/Makefile.am +++ b/Makefile.am @@ -768,6 +768,8 @@ libsystemd_shared_la_SOURCES = \ src/shared/time-util.h \ src/shared/locale-util.c \ src/shared/locale-util.h \ + src/shared/mempool.c \ + src/shared/mempool.h \ src/shared/hashmap.c \ src/shared/hashmap.h \ src/shared/siphash24.c \ -- cgit v1.2.3-54-g00ecf