X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2FMakefile.local;h=a7562c9bd28a3ee18c6c29ed38348070b3cd9f12;hp=43882a3dfcb2dbdb9567ae9e3b9112615f27f219;hb=dbd90c1fc72c4b26073524587db721a276607594;hpb=97c7cffdc6e0047bb49a899b013516bc3022e580 diff --git a/lib/Makefile.local b/lib/Makefile.local index 43882a3d..a7562c9b 100644 --- a/lib/Makefile.local +++ b/lib/Makefile.local @@ -1,8 +1,10 @@ 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 @@ -16,7 +18,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