Mercurial > audlegacy-plugins
diff src/sndfile/Makefile @ 2303:5561e63e9133
threw out the WAV plugin in favour of the sndfile plugin
author | mf0102 <0102@gmx.at> |
---|---|
date | Sat, 12 Jan 2008 18:41:04 +0100 |
parents | |
children | c42fa8f89616 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/sndfile/Makefile Sat Jan 12 18:41:04 2008 +0100 @@ -0,0 +1,13 @@ +include ../../extra.mk + +PLUGIN = sndfile${PLUGIN_SUFFIX} + +SRCS = plugin.c + +include ../../buildsys.mk + +plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} + +CFLAGS += ${PLUGIN_CFLAGS} +CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${DBUS_CFLAGS} -I../../intl -I../.. +LIBS += ${MOWGLI_LIBS} ${SNDFILE_LIBS} ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}