Mercurial > audlegacy
changeset 4261:80cdcabbc373
fixed order
author | mf0102 <0102@gmx.at> |
---|---|
date | Sat, 09 Feb 2008 19:36:39 +0100 |
parents | 032207ff2a87 |
children | 9a55e8237988 |
files | src/libSAD/Makefile |
diffstat | 1 files changed, 4 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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../..