# HG changeset patch # User mf0102 <0102@gmx.at> # Date 1202582199 -3600 # Node ID 80cdcabbc373f68f77f9863477dd88c5df142041 # Parent 032207ff2a876f7dc9074ac0c64577a6379c4471 fixed order diff -r 032207ff2a87 -r 80cdcabbc373 src/libSAD/Makefile --- a/src/libSAD/Makefile Sat Feb 09 19:20:19 2008 +0100 +++ b/src/libSAD/Makefile Sat Feb 09 19:36:39 2008 +0100 @@ -1,16 +1,14 @@ -include ../../buildsys.mk -include ../../extra.mk - -PACKAGE = libSAD - STATIC_LIB_NOINST = libSAD.a SRCS = dither.c \ dither_ops.c \ noicegen.c - INCLUDES = libSAD.h \ common.h \ dither.h +include ../../buildsys.mk +include ../../extra.mk + +PACKAGE = libSAD CPPFLAGS += ${SIMD_CFLAGS} -I../..