Displaying 1 result from an estimated 1 matches for "test_streams_ldflag".
Did you mean:
test_streams_ldflags
2004 Sep 10
2
-lm ordering
...op_builddir)/src/libFLAC/libFLAC.la
+flac_LDADD = $(top_builddir)/src/libFLAC/libFLAC.la -lm
--- src/test_streams/Makefile.am.orig Tue Aug 28 16:00:17 2001
+++ src/test_streams/Makefile.am Tue Aug 28 16:00:28 2001
@@ -20,6 +20,6 @@
noinst_PROGRAMS = test_streams
test_streams_SOURCES = \
main.c
-test_streams_LDFLAGS = -lm
+test_streams_LDADD = -lm
CLEANFILES = $(wildcard *.raw)
--- src/test_unit/Makefile.am.orig Tue Aug 28 16:21:54 2001
+++ src/test_unit/Makefile.am Tue Aug 28 16:22:05 2001
@@ -19,8 +19,7 @@
INCLUDES = -I$(top_srcdir)/src/libFLAC/include
noinst_PROGRAMS = test_unit
-test_unit_LDFLAGS =...