view src/alac/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 d9d4b258fbf1
children eed7c270e8dd
line wrap: on
line source

PLUGIN = alac${PLUGIN_SUFFIX}
SRCS = alac.c demux.c plugin.c stream.c

plugindir = audacious/${INPUT_PLUGIN_DIR}

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

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