aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.local
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2016-03-22 07:54:45 -0300
committerDavid Bremner <david@tethera.net>2016-05-13 07:29:12 -0300
commit792bea5aff135107fd970f51f3ef8c65f68194de (patch)
treeb3df6cbce34542f2789d70c402c2194edcc6b18e /lib/Makefile.local
parentbbf6069252d31e6693ee99cce8bf4f9fab47e360 (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.local1
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 = \