]> git.notmuchmail.org Git - notmuch/blobdiff - lib/Makefile.local
get_in_reply_to: Implement via the database, not by opening mail file.
[notmuch] / lib / Makefile.local
index 43882a3dfcb2dbdb9567ae9e3b9112615f27f219..79f7b0b7cb34a9ec8c1b8764800eec42a5047035 100644 (file)
@@ -1,8 +1,10 @@
 dir=lib
+extra_cflags += -I$(dir)
 
 libnotmuch_c_srcs =            \
        $(dir)/libsha1.c        \
        $(dir)/message-file.c   \
+       $(dir)/messages.c       \
        $(dir)/sha1.c           \
        $(dir)/tags.c           \
        $(dir)/xutil.c