Mercurial > audlegacy-plugins
view src/hotkey/Makefile @ 2215:9ddfa78b43a0
- now container plugins feed only valid uri to the core.
- fix a bug in pls plugin which prevented writing pls playlist.
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Fri, 07 Dec 2007 01:13:34 +0900 |
parents | ae36702ffcf9 |
children | 0be42d832217 |
line wrap: on
line source
PLUGIN = hotkey${PLUGIN_SUFFIX} SRCS = plugin.c include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${GENERAL_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GTK_CFLAGS} ${MOWGLI_CFLAGS} ${GLIB_CFLAGS} ${DBUS_CFLAGS} -I../../intl -I../.. -I.. LIBS += ${GLIB_LIBS} ${DBUS_LIBS} ${GTK_LIBS}