diff src/libSAD/Makefile @ 4260:032207ff2a87

install libSAD headers
author mf0102 <0102@gmx.at>
date Sat, 09 Feb 2008 19:20:19 +0100
parents 1046f9c3174d
children 80cdcabbc373
line wrap: on
line diff
--- a/src/libSAD/Makefile	Sat Feb 09 01:05:36 2008 +0300
+++ b/src/libSAD/Makefile	Sat Feb 09 19:20:19 2008 +0100
@@ -1,9 +1,16 @@
+include ../../buildsys.mk
+include ../../extra.mk
+
+PACKAGE = libSAD
+
 STATIC_LIB_NOINST = libSAD.a
 SRCS = dither.c \
        dither_ops.c \
        noicegen.c
 
-include ../../buildsys.mk
-include ../../extra.mk
 
-CPPFLAGS += ${SIMD_CFLAGS}
+INCLUDES = libSAD.h \
+           common.h \
+           dither.h
+
+CPPFLAGS += ${SIMD_CFLAGS} -I../..