Mercurial > audlegacy-plugins
comparison src/flacng/Makefile @ 1883:96da96b1bbeb
Even more Makefile fixes.
author | Jonathan Schleifer <js@h3c.de> |
---|---|
date | Wed, 26 Sep 2007 15:02:18 +0200 |
parents | eed7c270e8dd |
children | a56a26a5f233 |
comparison
equal
deleted
inserted
replaced
1882:eed7c270e8dd | 1883:96da96b1bbeb |
---|---|
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 |