view src/arts/Makefile @ 1988:7cadca1a29ec

wav: set_params()
author William Pitcock <nenolod@atheme.org>
date Sun, 07 Oct 2007 14:42:56 -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