Mercurial > audlegacy-plugins
view src/gnomeshortcuts/Makefile @ 1999:3afd18361a10
change the way of duplicating original playback.
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Tue, 09 Oct 2007 00:02:50 +0900 |
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}