view src/hotkey/Makefile @ 1930:a945460e921c

modplug: use g_strdup() to silence conversion warnings.
author Kiyoshi Aman <kiyoshi.aman@gmail.com>
date Mon, 01 Oct 2007 07:54:51 -0500
parents eed7c270e8dd
children a56a26a5f233
line wrap: on
line source

PLUGIN = hotkey${PLUGIN_SUFFIX}
plugindir = audacious/${GENERAL_PLUGIN_DIR}

SRCS = plugin.c

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}