]> git.notmuchmail.org Git - notmuch/blobdiff - lib/Makefile.local
emacs: Use makefile-gmake-mode in Makefile*s
[notmuch] / lib / Makefile.local
index 8aa03891d775b7591e3f67a5a66fe8cd9c98ca9b..a640012676d818a42490ebb93359121710f13aa0 100644 (file)
@@ -1,4 +1,4 @@
-# -*- makefile -*-
+# -*- makefile-gmake -*-
 
 dir := lib
 
@@ -58,7 +58,8 @@ libnotmuch_cxx_srcs =         \
        $(dir)/query-fp.cc      \
        $(dir)/config.cc        \
        $(dir)/regexp-fields.cc \
-       $(dir)/thread.cc
+       $(dir)/thread.cc \
+       $(dir)/thread-fp.cc
 
 libnotmuch_modules := $(libnotmuch_c_srcs:.c=.o) $(libnotmuch_cxx_srcs:.cc=.o)