Mercurial > audlegacy-plugins
view src/evdev-plug/Makefile @ 2454:2c8bb51ba9cd
Minor shellscript consistency cleanups, always test strings
in style of 'test "x$foo" = "xbar"'.
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Fri, 14 Mar 2008 15:13:40 +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}
