Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
flac
Commits
61e8d3b2
Commit
61e8d3b2
authored
Nov 01, 2001
by
Josh Coalson
Browse files
move placement of -lm ala Christian
parent
1501f897
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/flac/Makefile.am
View file @
61e8d3b2
...
...
@@ -29,10 +29,4 @@ flac_SOURCES = \
encode.h
\
file.h
if
FLaC__HAS_OGG
flac_LDFLAGS
=
-lm
else
flac_LDFLAGS
=
-lm
-logg
endif
flac_LDADD
=
$(top_builddir)
/src/libFLAC/libFLAC.la
flac_LDADD
=
$(top_builddir)
/src/libFLAC/libFLAC.la
-lm
src/test_streams/Makefile.am
View file @
61e8d3b2
...
...
@@ -20,6 +20,6 @@ CFLAGS = @CFLAGS@
noinst_PROGRAMS
=
test_streams
test_streams_SOURCES
=
\
main.c
test_streams_LD
FLAGS
=
-lm
test_streams_LD
ADD
=
-lm
CLEANFILES
=
$(
wildcard
*
.raw
)
src/test_unit/Makefile.am
View file @
61e8d3b2
...
...
@@ -19,8 +19,7 @@ CFLAGS = @CFLAGS@
INCLUDES
=
-I
$(top_srcdir)
/src/libFLAC/include
noinst_PROGRAMS
=
test_unit
test_unit_LDFLAGS
=
-lm
test_unit_LDADD
=
$(top_builddir)
/src/libFLAC/libFLAC.la
test_unit_LDADD
=
$(top_builddir)
/src/libFLAC/libFLAC.la
-lm
test_unit_SOURCES
=
\
bitbuffer.c
\
main.c
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment