view src/dockalbumart/Makefile @ 1905:a0c7cf5638de

Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author William Pitcock <nenolod@atheme.org>
date Thu, 27 Sep 2007 00:38:59 -0500
parents eed7c270e8dd
children a56a26a5f233
line wrap: on
line source

PLUGIN = dockalbumart${PLUGIN_SUFFIX}
SRCS = dockalbumart.c

plugindir = audacious/${GENERAL_PLUGIN_DIR}

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

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