Mercurial > audlegacy-plugins
comparison 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 |
comparison
equal
deleted
inserted
replaced
2301:227de9a5467d | 2303:5561e63e9133 |
---|---|
1 include ../../extra.mk | |
2 | |
3 PLUGIN = sndfile${PLUGIN_SUFFIX} | |
4 | |
5 SRCS = plugin.c | |
6 | |
7 include ../../buildsys.mk | |
8 | |
9 plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} | |
10 | |
11 CFLAGS += ${PLUGIN_CFLAGS} | |
12 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${DBUS_CFLAGS} -I../../intl -I../.. | |
13 LIBS += ${MOWGLI_LIBS} ${SNDFILE_LIBS} ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} |