]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile.local
rename libutil.a to libnotmuch_util.a
[notmuch] / Makefile.local
index e75b6eae040d41b8195a59447fadfb0a03c41f9d..03eafaaa523bf82b00237860fd590d32c8bead7a 100644 (file)
@@ -241,7 +241,7 @@ notmuch_client_modules = $(notmuch_client_srcs:.c=.o)
 
 notmuch.o: version.stamp
 
-notmuch: $(notmuch_client_modules) lib/libnotmuch.a util/libutil.a parse-time-string/libparse-time-string.a
+notmuch: $(notmuch_client_modules) lib/libnotmuch.a util/libnotmuch_util.a parse-time-string/libparse-time-string.a
        $(call quiet,CXX $(CFLAGS)) $^ $(FINAL_LIBNOTMUCH_LDFLAGS) -o $@
 
 notmuch-shared: $(notmuch_client_modules) lib/$(LINKER_NAME)