[PATCH] lib/Makefile.local: depend on libs we are linking with
Jani Nikula
jani at nikula.org
Mon Jan 21 14:04:47 PST 2013
LGTM, and fixes the issue.
On Mon, 21 Jan 2013, Amadeusz Żołnowski <aidecoe at 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 at notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch
More information about the notmuch
mailing list