view src/cdaudio-ng/Makefile @ 1975:00394f91e3c6

Updated plugins depending on old configdb to #include <audacious/plugin.h> so that bmp_cfg_db_* functions are still defined.
author Ben Tucker <ben.tucker@gmail.com>
date Sat, 06 Oct 2007 18:39:37 -0700
parents 613e4c8bd14f
children a56a26a5f233
line wrap: on
line source

PLUGIN = cdaudio-ng${PLUGIN_SUFFIX}
SRCS = cdaudio-ng.c	\
       configure.c

plugindir = audacious/${INPUT_PLUGIN_DIR}

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

CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${CDIO_CFLAGS} ${CDDB_CFLAGS} -I../.. ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ARCH_DEFINES}
CFLAGS += ${PLUGIN_CFLAGS}
LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${CDIO_LIBS} ${CDDB_LIBS}