Mercurial > audlegacy
view src/libaudutil/Makefile @ 4844:aed7b7a97932
Functions were declared that are only used in specific situations. Move a code block up a bit and #ifdef appropriately.
author | Tony Vroon <chainsaw@gentoo.org> |
---|---|
date | Mon, 13 Apr 2009 00:19:52 +0100 |
parents | 74d11e0d60d9 |
children |
line wrap: on
line source
LIB = ${LIB_PREFIX}audutil${LIB_SUFFIX} LIB_MAJOR = 1 LIB_MINOR = 0 SRCS = md5.c INCLUDES = audutil.h include ../../buildsys.mk include ../../extra.mk #includesubdir = audacious CPPFLAGS = ${LIB_CPPFLAGS} ${CFLAGS} -D_AUDACIOUS_CORE -I.. -I../.. CFLAGS += ${LIB_CFLAGS} ${GLIB_CFLAGS} ${MOWGLI_CFLAGS} LIBS += ${GLIB_LIBS}