move placement of -lm ala Christian

This commit is contained in:
Josh Coalson
2001-11-01 19:54:39 +00:00
parent 1501f89756
commit 61e8d3b267
3 changed files with 3 additions and 10 deletions

View File

@@ -20,6 +20,6 @@ CFLAGS = @CFLAGS@
noinst_PROGRAMS = test_streams
test_streams_SOURCES = \
main.c
test_streams_LDFLAGS = -lm
test_streams_LDADD = -lm
CLEANFILES = $(wildcard *.raw)