]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile.local
lib: Switch to a 3-part version number for the library interface.
[notmuch] / Makefile.local
index 9b7423edf524b9059a2b229c51031461b6859f07..32b8f4a8ec09dc3d61278087bb631541ab30b071 100644 (file)
@@ -107,7 +107,7 @@ notmuch_client_srcs =               \
 
 notmuch_client_modules = $(notmuch_client_srcs:.c=.o)
 notmuch: $(notmuch_client_modules) lib/libnotmuch.so
-       $(call quiet,CC,$(LDFLAGS)) -Llib -lnotmuch $(filter-out lib/libnotmuch.so,$^) $(FINAL_LDFLAGS) -o $@
+       $(call quiet,CC,$(LDFLAGS)) -Llib -lnotmuch $(notmuch_client_modules) $(FINAL_LDFLAGS) -o $@
 
 notmuch.1.gz: notmuch.1
        $(call quiet,gzip) --stdout $^ > $@