Mercurial > audlegacy-plugins
view src/audiocompress/Makefile @ 1811:3e2480ad8cfc
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Mon, 24 Sep 2007 13:00:53 -0500 |
parents | f1b594fa80ce 7de4914cd8c8 |
children |
line wrap: on
line source
PLUGIN = audiocompress${PLUGIN_SUFFIX} SRCS = compress.c \ audacious-glue.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} LIBADD = ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}