comparison src/libaudutil/Makefile @ 4570:5586782f9dfe

Added libaudutil for functionality that does not fit into plugin API, but does not belong into the core either.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 21 May 2008 08:54:18 +0300
parents
children d834d2df8d7c
comparison
equal deleted inserted replaced
4569:273e15b0d9c1 4570:5586782f9dfe
1 LIB = ${LIB_PREFIX}audutil${LIB_SUFFIX}
2 LIB_MAJOR = 1
3 LIB_MINOR = 0
4
5 SRCS = md5.c
6
7 INCLUDES = audutil.h
8
9 include ../../buildsys.mk
10 include ../../extra.mk
11
12 CPPFLAGS = ${LIB_CPPFLAGS} ${CFLAGS} -D_AUDACIOUS_CORE -I.. -I../..
13 CFLAGS += ${LIB_CFLAGS} ${GLIB_CFLAGS} ${MOWGLI_CFLAGS}
14
15 LIBS += ${GLIB_LIBS} ${MOWGLI_LIBS}