view src/arts/Makefile @ 1884:73d6306b4852

Add CPPFLAGS for Mowgli.
author William Pitcock <nenolod@atheme.org>
date Wed, 26 Sep 2007 11:16:43 -0500
parents cbcb6d2154bd
children a56a26a5f233
line wrap: on
line source

SUBDIRS = arts_helper

PLUGIN = arts${PLUGIN_SUFFIX}
SRCS = arts.c		\
       configure.c	\
       audio.c		\
       convert.c

plugindir = audacious/${OUTPUT_PLUGIN_DIR}

include ../../buildsys.mk
include ../../extra.mk

CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ARTSC_CFLAGS} -I../../intl -I../..
CFLAGS += ${PLUGIN_CFLAGS}
LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${ARTSC_LIBS} -lpthread