]> git.notmuchmail.org Git - notmuch/blobdiff - lib/Makefile.local
emacs: Adjust search refresh to use a target line not a target position.
[notmuch] / lib / Makefile.local
index a7562c9bd28a3ee18c6c29ed38348070b3cd9f12..495b27e06eebd225fdf3958d219103e6ac2cd208 100644 (file)
@@ -1,4 +1,4 @@
-dir=lib
+dir := lib
 extra_cflags += -I$(dir)
 
 libnotmuch_c_srcs =            \
@@ -11,6 +11,7 @@ libnotmuch_c_srcs =           \
 
 libnotmuch_cxx_srcs =          \
        $(dir)/database.cc      \
+       $(dir)/directory.cc     \
        $(dir)/index.cc         \
        $(dir)/message.cc       \
        $(dir)/query.cc         \