Mercurial > audlegacy-plugins
view src/evdev-plug/Makefile @ 2128:feb0e916f8bc
adapted SexyPSF timeout to the method nenolod introduced in UPSE
| author | mf0102 <0102@gmx.at> |
|---|---|
| date | Wed, 24 Oct 2007 15:46:20 +0200 |
| 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}
