diff options
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | configure | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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 |