Mercurial > audlegacy-plugins
view src/hotkey/Makefile @ 2366:f0a895a1e50d
- Add final part for proxy auth handling
author | Ralf Ertzinger <ralf@skytale.net> |
---|---|
date | Fri, 08 Feb 2008 12:11:13 +0100 |
parents | 0be42d832217 |
children | c42fa8f89616 |
line wrap: on
line source
PLUGIN = hotkey${PLUGIN_SUFFIX} SRCS = plugin.c gui.c grab.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}