Mercurial > audlegacy
comparison src/libaudutil/Makefile @ 4802:d834d2df8d7c
override includesibdir for compatibility.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Tue, 25 Nov 2008 02:14:56 +0900 |
parents | 5586782f9dfe |
children | 7bf7f83a217e |
comparison
equal
deleted
inserted
replaced
4801:bb0d3b3ac12a | 4802:d834d2df8d7c |
---|---|
7 INCLUDES = audutil.h | 7 INCLUDES = audutil.h |
8 | 8 |
9 include ../../buildsys.mk | 9 include ../../buildsys.mk |
10 include ../../extra.mk | 10 include ../../extra.mk |
11 | 11 |
12 includesubdir = audacious | |
13 | |
12 CPPFLAGS = ${LIB_CPPFLAGS} ${CFLAGS} -D_AUDACIOUS_CORE -I.. -I../.. | 14 CPPFLAGS = ${LIB_CPPFLAGS} ${CFLAGS} -D_AUDACIOUS_CORE -I.. -I../.. |
13 CFLAGS += ${LIB_CFLAGS} ${GLIB_CFLAGS} ${MOWGLI_CFLAGS} | 15 CFLAGS += ${LIB_CFLAGS} ${GLIB_CFLAGS} ${MOWGLI_CFLAGS} |
14 | 16 |
15 LIBS += ${GLIB_LIBS} ${MOWGLI_LIBS} | 17 LIBS += ${GLIB_LIBS} ${MOWGLI_LIBS} |