aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/Makefile.local
diff options
context:
space:
mode:
authorGravatar Tomas Carnecky <tom@dbservice.com>2010-04-30 21:00:24 +0200
committerGravatar Carl Worth <cworth@cworth.org>2010-06-03 18:17:03 -0700
commita54cecfc8e8fb501d783806b1b603c7b283e00a1 (patch)
treea99279a82626a530203964e50044f8f4090bbf17 /lib/Makefile.local
parent80d5d162be5f52fd7ad08eab99dac6ff4a5ef28a (diff)
Add support for the Solaris platform
Like on Mac OS X, the linker doesn't automatically resolve dependencies. Signed-off-by: Tomas Carnecky <tom@dbservice.com>
Diffstat (limited to 'lib/Makefile.local')
-rw-r--r--lib/Makefile.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.local b/lib/Makefile.local
index 0cc1d39f..62f23169 100644
--- a/lib/Makefile.local
+++ b/lib/Makefile.local
@@ -22,7 +22,7 @@ LIBNOTMUCH_VERSION_MINOR = 1
# simply compatible changes to the implementation).
LIBNOTMUCH_VERSION_RELEASE = 0
-ifeq ($(MAC_OS_X),1)
+ifeq ($(PLATFORM),MACOSX)
LIBRARY_SUFFIX = dylib
# On OS X, library version numbers go before suffix.
LINKER_NAME = libnotmuch.$(LIBRARY_SUFFIX)