Re: [PATCH] lib/Makefile.local: depend on libs we are linking with

Subject: Re: [PATCH] lib/Makefile.local: depend on libs we are linking with

Date: Tue, 22 Jan 2013 00:04:47 +0200

To: Amadeusz Żołnowski, notmuch@notmuchmail.org

Cc:

From: Jani Nikula


LGTM, and fixes the issue.

On Mon, 21 Jan 2013, Amadeusz Żołnowski <aidecoe@aidecoe.name> wrote:
> ---
>  lib/Makefile.local | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/Makefile.local b/lib/Makefile.local
> index 7785944..155ac02 100644
> --- a/lib/Makefile.local
> +++ b/lib/Makefile.local
> @@ -73,7 +73,7 @@ libnotmuch_modules := $(libnotmuch_c_srcs:.c=.o) $(libnotmuch_cxx_srcs:.cc=.o)
>  $(dir)/libnotmuch.a: $(libnotmuch_modules)
>  	$(call quiet,AR) rcs $@ $^
>  
> -$(dir)/$(LIBNAME): $(libnotmuch_modules) notmuch.sym
> +$(dir)/$(LIBNAME): $(libnotmuch_modules) notmuch.sym util/libutil.a parse-time-string/libparse-time-string.a
>  	$(call quiet,CXX $(CXXFLAGS)) $(libnotmuch_modules) $(FINAL_LIBNOTMUCH_LDFLAGS) $(LIBRARY_LINK_FLAG) -o $@ util/libutil.a parse-time-string/libparse-time-string.a
>  
>  notmuch.sym: $(srcdir)/$(dir)/notmuch.h $(libnotmuch_modules)
> -- 
> 1.8.1.1
>
> _______________________________________________
> notmuch mailing list
> notmuch@notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch

Thread: