]> git.notmuchmail.org Git - notmuch/blobdiff - lib/Makefile.local
lib: factor out feature name related code.
[notmuch] / lib / Makefile.local
index a640012676d818a42490ebb93359121710f13aa0..04418fa87cdbff32f753d2848d9ac31988dbbf2b 100644 (file)
@@ -59,7 +59,8 @@ libnotmuch_cxx_srcs =         \
        $(dir)/config.cc        \
        $(dir)/regexp-fields.cc \
        $(dir)/thread.cc \
-       $(dir)/thread-fp.cc
+       $(dir)/thread-fp.cc     \
+       $(dir)/features.cc
 
 libnotmuch_modules := $(libnotmuch_c_srcs:.c=.o) $(libnotmuch_cxx_srcs:.cc=.o)