Mercurial > audlegacy-plugins
view src/hotkey/Makefile @ 2096:1c152e912fe9
automated merge
author | mf0102 <0102@gmx.at> |
---|---|
date | Thu, 18 Oct 2007 21:40:46 +0200 |
parents | 6d33dffd1382 |
children | ae36702ffcf9 |
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}