diff src/libSAD/Makefile @ 4750:74134c731db6

make libSAD shared library, so plugins can use it
author Andrew O. Shadoura <bugzilla@tut.by>
date Wed, 06 Aug 2008 22:30:35 +0300
parents 80cdcabbc373
children 4eb812a53716
line wrap: on
line diff
--- a/src/libSAD/Makefile	Sun Jul 06 15:33:19 2008 +0300
+++ b/src/libSAD/Makefile	Wed Aug 06 22:30:35 2008 +0300
@@ -1,4 +1,7 @@
-STATIC_LIB_NOINST = libSAD.a
+LIB = ${LIB_PREFIX}SAD${LIB_SUFFIX}
+LIB_MAJOR = 1
+LIB_MINOR = 0
+
 SRCS = dither.c \
        dither_ops.c \
        noicegen.c