view src/audiocompress/Makefile @ 1957:0d2f57214b0c

Use C99 initializer.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 02 Oct 2007 03:53:19 +0300
parents d9d4b258fbf1
children a56a26a5f233
line wrap: on
line source

PLUGIN = audiocompress${PLUGIN_SUFFIX}
SRCS = compress.c	\
       audacious-glue.c

plugindir = audacious/${EFFECT_PLUGIN_DIR}

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

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