Mercurial > audlegacy-plugins
view src/hotkey/Makefile @ 2982:c1417013d4eb
Silencing these _cv_ warnings by renaming that can_has_midi thing.
author | Tony Vroon <chainsaw@gentoo.org> |
---|---|
date | Sat, 01 Nov 2008 23:39:20 +0000 |
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}