diff options
author | Michal Schmidt <mschmidt@redhat.com> | 2014-08-12 23:35:23 +0200 |
---|---|---|
committer | Michal Schmidt <mschmidt@redhat.com> | 2014-10-23 17:38:02 +0200 |
commit | b3dcf58e283ff1bcb2c1ffacccb158d6e0c271e6 (patch) | |
tree | ddd7958f6000cbd49744d58d08d0ea5d42a58828 /Makefile.am | |
parent | 1e43061b67336052b5b231840a38508a5397a363 (diff) |
shared: split mempool implementation from hashmaps
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |