aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.local
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2017-12-28 10:05:55 -0400
committerDavid Bremner <david@tethera.net>2017-12-28 10:05:55 -0400
commitb09025bce2b795f3d49b92cb3dac437b92831321 (patch)
tree2636c9cfb2fce0e6dab7d814600d08e17d7a1475 /lib/Makefile.local
parent9ced40228b2524bd09dc8e0063f1ce3db450caea (diff)
Revert "lib: add thread subqueries."
This reverts commit 4f5bbaf7e2cecfe5022ba4b28915cccfb7ccb12d.
Diffstat (limited to 'lib/Makefile.local')
-rw-r--r--lib/Makefile.local3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Makefile.local b/lib/Makefile.local
index 5dc057c0..8aa03891 100644
--- a/lib/Makefile.local
+++ b/lib/Makefile.local
@@ -58,8 +58,7 @@ libnotmuch_cxx_srcs = \
$(dir)/query-fp.cc \
$(dir)/config.cc \
$(dir)/regexp-fields.cc \
- $(dir)/thread.cc \
- $(dir)/thread-fp.cc
+ $(dir)/thread.cc
libnotmuch_modules := $(libnotmuch_c_srcs:.c=.o) $(libnotmuch_cxx_srcs:.cc=.o)