Mercurial > audlegacy-plugins
view src/evdev-plug/Makefile @ 2154:a0efcdd66861
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Mon, 05 Nov 2007 09:42:53 -0600 |
parents | 6d33dffd1382 |
children | c42fa8f89616 |
line wrap: on
line source
PLUGIN = evdev-plug${PLUGIN_SUFFIX} SRCS = ed.c \ ed_bindings_store.c \ ed_internals.c \ ed_ui.c include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${GENERAL_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${BEEP_DEFINES} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../.. LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}