Mercurial > audlegacy-plugins
view src/CoreAudio/Makefile @ 1878:685ac933ef8f
Automated merge with ssh://sidhe.atheme.org//hg/audacious-plugins
author | Jonathan Schleifer <js@h3c.de> |
---|---|
date | Wed, 26 Sep 2007 00:43:15 +0200 |
parents | 3279ac89d0dc |
children | a56a26a5f233 |
line wrap: on
line source
PLUGIN = CoreAudio${PLUGIN_SUFFIX} SRCS = about.c \ configure.c \ coreaudio.c \ init.c \ audio.c \ convert.c \ dbconvert.c \ mixer.c plugindir = audacious/${OUTPUT_PLUGIN_DIR} include ../../buildsys.mk include ../../extra.mk CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} -I../../intl -I../.. ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} CFLAGS += ${PLUGIN_CFLAGS} LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}