view src/xspf/Makefile @ 1871:0380796ac439

Automated merge with http://hg.atheme.org/audacious-plugins
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 25 Sep 2007 18:16:34 +0300
parents 71698fb39d29
children eed7c270e8dd
line wrap: on
line source

PLUGIN = xspf$(PLUGIN_SUFFIX)
plugindir = audacious/$(CONTAINER_PLUGIN_DIR)

SRCS = xspf.c

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

CFLAGS += $(PLUGIN_CFLAGS)
CPPFLAGS += $(PLUGIN_CPPFLAGS) $(MOWGLI_CFLAGS) $(DBUS_CFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(ARCH_DEFINES) $(XML_CPPFLAGS) \
	-I../../intl -I../.. -Wall
LIBS += $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) $(XML_LIBS)