Mercurial > audlegacy-plugins
view src/voice_removal/Makefile @ 1899:5af55c925d6e
amidi-plug: partial transition to new build system
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Wed, 26 Sep 2007 16:18:41 -0500 |
parents | eed7c270e8dd |
children | a56a26a5f233 |
line wrap: on
line source
PLUGIN = voice_removal${PLUGIN_SUFFIX} SRCS = voice_removal.c plugindir = audacious/${EFFECT_PLUGIN_DIR} include ../../buildsys.mk include ../../extra.mk CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../.. CFLAGS += ${PLUGIN_CFLAGS} LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}