]> git.notmuchmail.org Git - notmuch/blobdiff - lib/Makefile.local
lib: factor out prefix related code to its own file
[notmuch] / lib / Makefile.local
index 04418fa87cdbff32f753d2848d9ac31988dbbf2b..9721d01e41e4dfb41d6971871fe9a96f8da4a368 100644 (file)
@@ -60,7 +60,8 @@ libnotmuch_cxx_srcs =         \
        $(dir)/regexp-fields.cc \
        $(dir)/thread.cc \
        $(dir)/thread-fp.cc     \
-       $(dir)/features.cc
+       $(dir)/features.cc      \
+       $(dir)/prefix.cc
 
 libnotmuch_modules := $(libnotmuch_c_srcs:.c=.o) $(libnotmuch_cxx_srcs:.cc=.o)