view src/gnomeshortcuts/Makefile @ 1891:9de655fcec38

Use GTK stock buttons.
author William Pitcock <nenolod@atheme.org>
date Wed, 26 Sep 2007 11:41:16 -0500
parents eed7c270e8dd
children a56a26a5f233
line wrap: on
line source

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

plugindir = audacious/${GENERAL_PLUGIN_DIR}

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

CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GTK_CFLAGS} ${MOWGLI_CFLAGS} ${GLIB_CFLAGS} ${DBUS_CFLAGS} -I../../intl -I../.. -I..
CFLAGS += ${PLUGIN_CFLAGS}
LIBS += ${GLIB_LIBS} ${DBUS_LIBS}