X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2FMakefile.local;h=495b27e06eebd225fdf3958d219103e6ac2cd208;hb=70ef8de79850035bb0149ea0ab900a5dd64439b9;hp=a7562c9bd28a3ee18c6c29ed38348070b3cd9f12;hpb=530df68258ea0fbdceafd6e4a0f51889c6ee86d2;p=notmuch diff --git a/lib/Makefile.local b/lib/Makefile.local index a7562c9b..495b27e0 100644 --- a/lib/Makefile.local +++ b/lib/Makefile.local @@ -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 \