Mercurial > audlegacy-plugins
comparison src/wav/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 | 6d33dffd1382 |
children |
comparison
equal
deleted
inserted
replaced
2301:227de9a5467d | 2303:5561e63e9133 |
---|---|
1 include ../../extra.mk | 1 include ../../extra.mk |
2 | 2 |
3 PLUGIN = wav${PLUGIN_SUFFIX} | 3 PLUGIN = wav${PLUGIN_SUFFIX} |
4 | 4 |
5 SRCS = wav${WAV_SNDFILE}.c | 5 SRCS = wav.c |
6 | 6 |
7 include ../../buildsys.mk | 7 include ../../buildsys.mk |
8 | 8 |
9 plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} | 9 plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} |
10 | 10 |