X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=Makefile;h=ef8d6410ad26a2202fbc2fd44fcd7493d145b4ac;hb=fa562fa22b214a7d253e80c62d4f4c97138a6155;hp=b7ebfb816802cb4a4a1ff7ee3b2c0330a1fe33d2;hpb=0e777a8f800af062aba39a95a003f3e1d8f33793;p=notmuch diff --git a/Makefile b/Makefile index b7ebfb81..ef8d6410 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ all: $(PROGS) %.o: %.c $(CC) -c $(CFLAGS) $(MYCFLAGS) $^ -o $@ -notmuch: notmuch.o database.o message.o xutil.o +notmuch: notmuch.o database.o date.o message.o xutil.o $(CC) $(MYLDFLAGS) $^ -o $@ notmuch-index-message: notmuch-index-message.cc