Mercurial > audlegacy-plugins
view src/neon/Makefile @ 3158:8b97f9560dc3
More clean-up of roll-up code (should fix bug #37; if not, it's a WM problem).
author | John Lindgren <john.lindgren@tds.net> |
---|---|
date | Fri, 01 May 2009 16:59:54 -0400 |
parents | 3a59f3d578f1 |
children |
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} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${ARCH_DEFINES} ${XML_CPPFLAGS} ${NEON_CFLAGS} -I../.. -D_RB_USE_GLIB LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${XML_LIBS} ${NEON_LIBS}