Mercurial > audlegacy-plugins
comparison src/flacng/Makefile @ 1888:d72fb4c70037
SHARED_SUFFIX should be PLUGIN_SUFFIX.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Wed, 26 Sep 2007 11:24:57 -0500 |
parents | eed7c270e8dd |
children | a56a26a5f233 |
comparison
equal
deleted
inserted
replaced
1887:ec501679e834 | 1888:d72fb4c70037 |
---|---|
1 PLUGIN = flacng${SHARED_SUFFIX} | 1 PLUGIN = flacng${PLUGIN_SUFFIX} |
2 SRCS = plugin.c \ | 2 SRCS = plugin.c \ |
3 tools.c \ | 3 tools.c \ |
4 seekable_stream_callbacks.c \ | 4 seekable_stream_callbacks.c \ |
5 flac_compat112.c | 5 flac_compat112.c |
6 | 6 |