diff options
| author | David Bremner <david@tethera.net> | 2016-06-12 22:05:49 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-09-21 18:14:24 -0300 |
| commit | 8b03ee1d5a310f82718281362d105ff09e30148f (patch) | |
| tree | 94a442620e1d8febed0024a69e08a9fca290a31e /lib/Makefile.local | |
| parent | 4dfb69169e6b685670ebdeedab898c31adc995b2 (diff) | |
lib: private string map (associative array) API
The choice of array implementation is deliberate, for future iterator support
Diffstat (limited to 'lib/Makefile.local')
| -rw-r--r-- | lib/Makefile.local | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.local b/lib/Makefile.local index beb96358..b13513a2 100644 --- a/lib/Makefile.local +++ b/lib/Makefile.local @@ -40,6 +40,7 @@ libnotmuch_c_srcs = \ $(dir)/messages.c \ $(dir)/sha1.c \ $(dir)/built-with.c \ + $(dir)/string-map.c \ $(dir)/tags.c libnotmuch_cxx_srcs = \ |
