X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2FMakefile.local;h=70489e17207b13c8dad862ff63221277cf65a191;hp=43882a3dfcb2dbdb9567ae9e3b9112615f27f219;hb=d807e28f43579ecc91aa40ae3e42760991c2f810;hpb=97c7cffdc6e0047bb49a899b013516bc3022e580 diff --git a/lib/Makefile.local b/lib/Makefile.local index 43882a3d..70489e17 100644 --- a/lib/Makefile.local +++ b/lib/Makefile.local @@ -1,14 +1,17 @@ dir=lib +extra_cflags += -I$(dir) libnotmuch_c_srcs = \ $(dir)/libsha1.c \ $(dir)/message-file.c \ + $(dir)/messages.c \ $(dir)/sha1.c \ $(dir)/tags.c \ $(dir)/xutil.c libnotmuch_cxx_srcs = \ $(dir)/database.cc \ + $(dir)/directory.cc \ $(dir)/index.cc \ $(dir)/message.cc \ $(dir)/query.cc \ @@ -16,7 +19,7 @@ libnotmuch_cxx_srcs = \ libnotmuch_modules = $(libnotmuch_c_srcs:.c=.o) $(libnotmuch_cxx_srcs:.cc=.o) $(dir)/notmuch.a: $(libnotmuch_modules) - $(AR) rcs $@ $^ + $(call quiet,AR) rcs $@ $^ SRCS := $(SRCS) $(libnotmuch_c_srcs) $(libnotmuch_cxx_srcs) CLEAN := $(CLEAN) $(libnotmuch_modules) $(dir)/notmuch.a