diff options
| author | David Bremner <david@tethera.net> | 2016-03-22 07:54:45 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-05-13 07:29:12 -0300 |
| commit | 792bea5aff135107fd970f51f3ef8c65f68194de (patch) | |
| tree | b3df6cbce34542f2789d70c402c2194edcc6b18e /lib/Makefile.local | |
| parent | bbf6069252d31e6693ee99cce8bf4f9fab47e360 (diff) | |
lib/cli: add library API / CLI for compile time options
This is intentionally low tech; if we have more than two options it may
make sense to build up what infrastructure is provided.
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 3a070907..36c39243 100644 --- a/lib/Makefile.local +++ b/lib/Makefile.local @@ -39,6 +39,7 @@ libnotmuch_c_srcs = \ $(dir)/message-file.c \ $(dir)/messages.c \ $(dir)/sha1.c \ + $(dir)/built-with.c \ $(dir)/tags.c libnotmuch_cxx_srcs = \ |
