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
Stefan Strogin
flac
Commits
87099c08
Commit
87099c08
authored
Oct 08, 2002
by
Josh Coalson
Browse files
add @LIBICONV@ to ..._LDADD
parent
e6b3bbef
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/flac/Makefile.am
View file @
87099c08
...
...
@@ -39,4 +39,4 @@ flac_SOURCES = \
file.h
\
vorbiscomment.h
flac_LDADD
=
$(NEED_OGGFLAC_LIB)
$(top_builddir)
/src/libFLAC/libFLAC.la @OGG_LIBS@ @SHARE_LIBS@
-lm
flac_LDADD
=
$(NEED_OGGFLAC_LIB)
$(top_builddir)
/src/libFLAC/libFLAC.la @OGG_LIBS@ @SHARE_LIBS@
@LIBICONV@
-lm
src/metaflac/Makefile.am
View file @
87099c08
...
...
@@ -26,4 +26,4 @@ metaflac_SOURCES = \
main.c
metaflac_LDFLAGS
=
metaflac_LDADD
=
$(top_builddir)
/src/libFLAC/libFLAC.la @SHARE_LIBS@
-lm
metaflac_LDADD
=
$(top_builddir)
/src/libFLAC/libFLAC.la @SHARE_LIBS@
@LIBICONV@
-lm
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