view src/audiocompress/Makefile @ 3028:b20622733f08

Fix seeking when paused for .ape plugin (Debian bug #517692)
author John Lindgren <john.lindgren@tds.net>
date Fri, 10 Apr 2009 00:28:00 -0400
parents c42fa8f89616
children
line wrap: on
line source

PLUGIN = audiocompress${PLUGIN_SUFFIX}

SRCS = compress.c	\
       audacious-glue.c

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

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

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