Mercurial > audlegacy
comparison src/libSAD/Makefile @ 4812:a7b80f765d6f
moved libSAD.h to src/audlegacy for the path for header files.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Wed, 26 Nov 2008 02:56:18 +0900 |
parents | 7bf7f83a217e |
children | 9bc0c8a3a0f0 |
comparison
equal
deleted
inserted
replaced
4811:7bf7f83a217e | 4812:a7b80f765d6f |
---|---|
4 | 4 |
5 SRCS = dither.c \ | 5 SRCS = dither.c \ |
6 dither_ops.c \ | 6 dither_ops.c \ |
7 noicegen.c | 7 noicegen.c |
8 | 8 |
9 INCLUDES = libSAD.h \ | 9 INCLUDES = common.h \ |
10 common.h \ | |
11 dither.h | 10 dither.h |
12 | 11 |
13 include ../../buildsys.mk | 12 include ../../buildsys.mk |
14 include ../../extra.mk | 13 include ../../extra.mk |
15 | 14 |