From ace8d22dde69ad1314d41b55901751c6c05bd2c3 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 4 Sep 2014 02:12:00 +0200 Subject: whoops MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c5c1861..e280714 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ TESTOBJ = test methods errors # The version of the library. LIB_MAJOR = 0 -LIB_MINOR = 1 +LIB_MINOR = 4 LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR) # Change by .config.mk to reflect what is used in the OS, linux uses so: libgamma.so diff --git a/configure b/configure index 98cadbc..b662f13 100755 --- a/configure +++ b/configure @@ -180,7 +180,7 @@ if [ ${os} = w32 ]; then echo 'SO = dll' >&3 echo 'PIC = ' >&3 echo 'SHARED = -mdll' >&3 -elif [ ${os} = os ]; then +elif [ ${os} = osx ]; then echo 'SO = dylib' >&3 echo 'SHARED = -dynamiclib' >&3 echo 'LDSO = ' >&3 -- cgit v1.2.3-70-g09d2