view src/sndstretch/Makefile @ 3119:e0b95157aa33

Remove non-existant CD tracks from playlist. Sorry, Luis, I guess you were outvoted.
author John Lindgren <john.lindgren@tds.net>
date Mon, 04 May 2009 23:23:36 -0400
parents 1805b0907d09
children
line wrap: on
line source

PLUGIN = sndstretch${PLUGIN_SUFFIX}

SRCS = sndstretch_xmms.c \
       sndstretch.c

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

plugindir := ${plugindir}/${EFFECT_PLUGIN_DIR}

CFLAGS += ${PLUGIN_CFLAGS}
CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${MOWGLI_CFLAGS}  -I../..
LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${MOWGLI_LIBS}