Mercurial > audlegacy-plugins
view src/flacng/Makefile @ 2099:aee2ff544aa0
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Fri, 19 Oct 2007 02:59:45 -0500 |
parents | 6d33dffd1382 |
children | ce4beb166e92 |
line wrap: on
line source
PLUGIN = flacng${PLUGIN_SUFFIX} SRCS = plugin.c \ tools.c \ seekable_stream_callbacks.c \ flac_compat112.c include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${LIBFLAC_CFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../.. LIBS += ${LIBFLAC_LIBS} ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}