X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=Makefile.local;h=66ccd6d1e849b77c67940fc46399740b74808cff;hp=490265b085530d38c4f0ffceae5b40b3096de12a;hb=c81cecf620d506653a1ead83858b8b3fc240abb5;hpb=6b9a717c26229accc6d871b3c7d77cb34d5a68ac diff --git a/Makefile.local b/Makefile.local index 490265b0..66ccd6d1 100644 --- a/Makefile.local +++ b/Makefile.local @@ -40,7 +40,7 @@ endif ifeq ($(LIBDIR_IN_LDCONFIG),0) FINAL_NOTMUCH_LDFLAGS += $(RPATH_LDFLAGS) endif -FINAL_LIBNOTMUCH_LDFLAGS = $(LDFLAGS) $(CONFIGURE_LDFLAGS) +FINAL_LIBNOTMUCH_LDFLAGS = $(LDFLAGS) $(CONFIGURE_LDFLAGS) $(AS_NEEDED_LDFLAGS) .PHONY: all all: notmuch notmuch-shared notmuch.1.gz @@ -249,7 +249,8 @@ notmuch_client_srcs = \ notmuch-time.c \ query-string.c \ show-message.c \ - json.c + json.c \ + xutil.c notmuch_client_modules = $(notmuch_client_srcs:.c=.o)