X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=Makefile.local;h=8b926f8d71e4d65a186e57eeabd5aa85e5a6d507;hp=9a1d055bd78822d2d15c3f292eb9ae8379974aed;hb=16f0e7dcf4dc42f9637fdc82f887761b246b98c9;hpb=db96d67ba2e2ae01bc3139a3a22cc5433880cbae diff --git a/Makefile.local b/Makefile.local index 9a1d055b..8b926f8d 100644 --- a/Makefile.local +++ b/Makefile.local @@ -217,10 +217,10 @@ notmuch_client_srcs = \ notmuch_client_modules = $(notmuch_client_srcs:.c=.o) notmuch: $(notmuch_client_modules) lib/libnotmuch.a - $(call quiet,CC $(CFLAGS)) $^ $(FINAL_LIBNOTMUCH_LDFLAGS) -o $@ + $(call quiet,CXX $(CFLAGS)) $^ $(FINAL_LIBNOTMUCH_LDFLAGS) -o $@ notmuch-shared: $(notmuch_client_modules) lib/libnotmuch.so - $(call quiet,CC $(CFLAGS)) $(notmuch_client_modules) $(FINAL_NOTMUCH_LDFLAGS) -o $@ + $(call quiet,CXX $(CFLAGS)) $(notmuch_client_modules) $(FINAL_NOTMUCH_LDFLAGS) -o $@ notmuch.1.gz: notmuch.1 gzip --stdout $^ > $@