]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile
Rename private notmuch_message_t to notmuch_message_file_t
[notmuch] / Makefile
index 86516402c2eda51d4d628f3cbb61a93240afde85..34716c294bb6233ab6ec2e17ca377a65da2c177a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ all: $(PROGS)
 %.o: %.c
        $(CC) -c $(CFLAGS) $(MYCFLAGS) $< -o $@
 
-notmuch: notmuch.o database.o date.o message.o xutil.o
+notmuch: notmuch.o database.o date.o message-file.o xutil.o
        $(CC) $(MYLDFLAGS) $^ -o $@
 
 Makefile.dep: *.c *.cc