diff options
| author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2019-08-29 11:38:47 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2019-09-01 08:20:25 -0300 |
| commit | 1b29822cf55eb53e1d45a71c2a3e4a2c2a4574d1 (patch) | |
| tree | 7c8042ad6a3ecd9572c169dadc5eb565f7e12b0a /util/Makefile.local | |
| parent | dcfa2fc99667467011516a3223f7889c05955746 (diff) | |
repair: set up codebase for repair functionality
This adds no functionality directly, but is a useful starting point
for adding new repair functionality.
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'util/Makefile.local')
| -rw-r--r-- | util/Makefile.local | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/Makefile.local b/util/Makefile.local index 46f8af3a..f5d72f79 100644 --- a/util/Makefile.local +++ b/util/Makefile.local @@ -6,6 +6,7 @@ extra_cflags += -I$(srcdir)/$(dir) libnotmuch_util_c_srcs := $(dir)/xutil.c $(dir)/error_util.c $(dir)/hex-escape.c \ $(dir)/string-util.c $(dir)/talloc-extra.c $(dir)/zlib-extra.c \ $(dir)/util.c $(dir)/gmime-extra.c $(dir)/crypto.c \ + $(dir)/repair.c \ $(dir)/unicode-util.c libnotmuch_util_modules := $(libnotmuch_util_c_srcs:.c=.o) |
