Mercurial > audlegacy-plugins
view src/hotkey/Makefile @ 2619:a066a10b2398
fix double free
author | Tomasz Mon <desowin@gmail.com> |
---|---|
date | Wed, 21 May 2008 18:40:48 +0200 |
parents | 134deb25be83 |
children |
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} -I../.. -I.. LIBS += ${GLIB_LIBS} ${GTK_LIBS}