]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile
add_message: Fix crash for file recognized as not email.
[notmuch] / Makefile
index 348d8772d7842e07171b8bc5904800d67b4d1ae4..280b5566bb25e36239b280fbccba881c8e9c3fea 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,6 @@ NOTMUCH_LDFLAGS=`pkg-config --libs glib-2.0 gmime-2.4 talloc` \
 
 LIBRARY=               \
        database.o      \
-       date.o          \
        index.o         \
        libsha1.o       \
        message.o       \
@@ -46,7 +45,7 @@ Makefile.dep: *.c *.cc
 notmuch.1.gz:
        gzip --stdout notmuch.1 > notmuch.1.gz
 
-install: notmuch.1.gz
+install: all notmuch.1.gz
        install -C -D notmuch $(DESTDIR)/usr/bin/notmuch
        install -C -D notmuch.1.gz $(DESTDIR)/usr/share/man/man1
        install -C -D notmuch-completion.bash \