aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.local
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-04-01 00:41:25 -0700
committerGravatar Carl Worth <cworth@cworth.org>2010-04-01 00:41:25 -0700
commitc0961e6a827a8abcf1532a7671f09048e390648c (patch)
treecb01aeff7a8c549a398e90fbfcd74f9660d9025e /Makefile.local
parentc20be126e5e52af9b8cdff5685124e4a867e375a (diff)
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.
Diffstat (limited to 'Makefile.local')
-rw-r--r--Makefile.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.local b/Makefile.local
index 9b7423ed..32b8f4a8 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 $^ > $@