From a54cecfc8e8fb501d783806b1b603c7b283e00a1 Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Fri, 30 Apr 2010 21:00:24 +0200 Subject: Add support for the Solaris platform Like on Mac OS X, the linker doesn't automatically resolve dependencies. Signed-off-by: Tomas Carnecky --- lib/Makefile.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Makefile.local') 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) -- cgit v1.2.3