view src/wavpack/Makefile @ 1996:1af8c095a1c5

Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author William Pitcock <nenolod@atheme.org>
date Sun, 07 Oct 2007 18:20:06 -0500
parents 5c01978673ca
children a56a26a5f233
line wrap: on
line source

PLUGIN = wavpack${PLUGIN_SUFFIX}
SRCS = tags.cxx		\
       ui.cxx		\
       libwavpack.cxx

plugindir = audacious/${INPUT_PLUGIN_DIR}

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

CPPFLAGS += ${PLUGIN_CPPFLAGS} ${DBUS_CFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${WAVPACK_CFLAGS} -I../../intl -I../..
CXXFLAGS += ${PLUGIN_CFLAGS}
LDFLAGS += -lstdc++
LIBS += ${WAVPACK_LIBS} ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}