Mercurial > audlegacy-plugins
view src/neon/Makefile @ 2082:cf87d00b86b9
Plugins are now translated in French (I still have to make modifications, however).
author | Stany HENRY <StrassBoy@gmail.com> |
---|---|
date | Wed, 17 Oct 2007 05:11:06 +0200 |
parents | 6d33dffd1382 |
children | 8a5231ff9c4f |
line wrap: on
line source
PLUGIN = neon${PLUGIN_SUFFIX} SRCS = neon.c \ rb.c include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${TRANSPORT_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ARCH_DEFINES} ${XML_CPPFLAGS} ${NEON_CFLAGS} -I../../intl -I../.. LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${XML_LIBS} ${NEON_LIBS}