diff options
author | Amadeusz Żołnowski <aidecoe@aidecoe.name> | 2013-01-21 20:41:15 +0100 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2013-01-22 08:59:33 -0400 |
commit | 68785c129666213fc9b58090f92cc9dd9d7ced60 (patch) | |
tree | 88655458c1f854df6e6df921fd2a3c62cdd3c994 /lib | |
parent | 1407901cba742b12931e54765eff819c02aa6764 (diff) |
lib/Makefile.local: depend on libs we are linking with
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.local | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.local b/lib/Makefile.local index 77859447..155ac02f 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) |