initial version
[platform/upstream/flac.git] / src / test_streams / Makefile.am
1 CFLAGS = @CFLAGS@
2
3 noinst_PROGRAMS = test_streams
4 test_streams_SOURCES = \
5         main.c
6 test_streams_LDFLAGS = -lm
7
8 CLEANFILES = $(wildcard *.raw)