aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.local
diff options
context:
space:
mode:
authorGravatar Aaron Ecay <aaronecay@gmail.com>2010-04-11 19:44:53 -0400
committerGravatar Carl Worth <cworth@cworth.org>2010-04-14 16:10:27 -0700
commit8c8079a8b14fac5e8ca6b682e5c76e08a824f2e7 (patch)
tree3458c569765850caeeebc8f7182806008095748e /Makefile.local
parentf20640835823f28908005ef9d5dbc90c8a479f62 (diff)
Add infrastructure for building shared library on OS X.
This patch adds a configure check for OS X (actually Darwin), and sets up the Makefiles to build a proper shared library on that platform. Signed-off-by: Aaron Ecay <aaronecay@gmail.com>
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 0f99e3f9..79ac50d4 100644
--- a/Makefile.local
+++ b/Makefile.local
@@ -199,7 +199,7 @@ notmuch_client_modules = $(notmuch_client_srcs:.c=.o)
notmuch: $(notmuch_client_modules) lib/libnotmuch.a
$(call quiet,CXX $(CFLAGS)) $^ $(FINAL_LIBNOTMUCH_LDFLAGS) -o $@
-notmuch-shared: $(notmuch_client_modules) lib/libnotmuch.so
+notmuch-shared: $(notmuch_client_modules) lib/$(LINKER_NAME)
$(call quiet,CXX $(CFLAGS)) $(notmuch_client_modules) $(FINAL_NOTMUCH_LDFLAGS) -o $@
notmuch.1.gz: notmuch.1