Mercurial > audlegacy-plugins
annotate 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 |
rev | line source |
---|---|
1882 | 1 PLUGIN = gnomeshortcuts${PLUGIN_SUFFIX} |
2 SRCS = gnomeshortcuts.c | |
1724
655949f889ec
New Gnome shortcuts plugin to listen for Gnome's shortcuts over dbus
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
diff
changeset
|
3 |
1882 | 4 plugindir = audacious/${GENERAL_PLUGIN_DIR} |
1724
655949f889ec
New Gnome shortcuts plugin to listen for Gnome's shortcuts over dbus
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
diff
changeset
|
5 |
1812 | 6 include ../../buildsys.mk |
7 include ../../extra.mk | |
1724
655949f889ec
New Gnome shortcuts plugin to listen for Gnome's shortcuts over dbus
Sascha Hlusiak <contact@saschahlusiak.de>
parents:
diff
changeset
|
8 |
1882 | 9 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GTK_CFLAGS} ${MOWGLI_CFLAGS} ${GLIB_CFLAGS} ${DBUS_CFLAGS} -I../../intl -I../.. -I.. |
10 CFLAGS += ${PLUGIN_CFLAGS} | |
11 LIBS += ${GLIB_LIBS} ${DBUS_LIBS} |