From c0961e6a827a8abcf1532a7671f09048e390648c Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 1 Apr 2010 00:41:25 -0700 Subject: lib: Switch to a 3-part version number for the library interface. With a carefully documented description of how to increment the various version components. --- Makefile.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.local') diff --git a/Makefile.local b/Makefile.local index 9b7423e..32b8f4a 100644 --- a/Makefile.local +++ b/Makefile.local @@ -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 $^ > $@ -- cgit v1.2.3