Mercurial > audlegacy-plugins
view src/stereo_plugin/Makefile @ 2764:d45b4beadf6c
Made "bluetooth" and "streambrowser" plugins translatable.
author | Stany HENRY <StrassBoy@gmail.com> |
---|---|
date | Thu, 03 Jul 2008 09:07:03 +0200 |
parents | c42fa8f89616 |
children |
line wrap: on
line source
PLUGIN = stereo${PLUGIN_SUFFIX} SRCS = stereo.c include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${EFFECT_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} -I../.. LIBS += ${GTK_LIBS} ${GLIB_LIBS}