X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=Makefile.local;h=32b8f4a8ec09dc3d61278087bb631541ab30b071;hp=9b7423edf524b9059a2b229c51031461b6859f07;hb=c0961e6a827a8abcf1532a7671f09048e390648c;hpb=c20be126e5e52af9b8cdff5685124e4a867e375a diff --git a/Makefile.local b/Makefile.local index 9b7423ed..32b8f4a8 100644 --- a/Makefile.local +++ b/Makefile.local @@ -107,7 +107,7 @@ notmuch_client_srcs = \ notmuch_client_modules = $(notmuch_client_srcs:.c=.o) notmuch: $(notmuch_client_modules) lib/libnotmuch.so - $(call quiet,CC,$(LDFLAGS)) -Llib -lnotmuch $(filter-out lib/libnotmuch.so,$^) $(FINAL_LDFLAGS) -o $@ + $(call quiet,CC,$(LDFLAGS)) -Llib -lnotmuch $(notmuch_client_modules) $(FINAL_LDFLAGS) -o $@ notmuch.1.gz: notmuch.1 $(call quiet,gzip) --stdout $^ > $@