X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=Makefile.local;h=03eafaaa523bf82b00237860fd590d32c8bead7a;hb=e1c1d33f3726f5cadb2f92d23735dcd1102fbc88;hp=e75b6eae040d41b8195a59447fadfb0a03c41f9d;hpb=c0c5645538d9dda84657602ee4189f4ff3ca1aeb;p=notmuch diff --git a/Makefile.local b/Makefile.local index e75b6eae..03eafaaa 100644 --- a/Makefile.local +++ b/Makefile.local @@ -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)