summaryrefslogtreecommitdiff
path: root/src/flac
diff options
context:
space:
mode:
authorUlrich Klauer <ulrich@chirlu.de>2013-04-06 21:28:25 +0200
committerErik de Castro Lopo <erikd@mega-nerd.com>2013-04-07 11:03:56 +1000
commitb500183e95b43575b5f1e5f859c797ca88287eaf (patch)
tree9fcc2c4e83e6704a322112a250d76419c92aa575 /src/flac
parent5da86630bee2336e251f0a140f33332af703c43e (diff)
downloadflac-b500183e95b43575b5f1e5f859c797ca88287eaf.tar.gz
Only link against libogg (and libm) if needed
Most of the programs don't use libogg or libm directly and should not link to them (overlinking). Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
Diffstat (limited to 'src/flac')
-rw-r--r--src/flac/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/flac/Makefile.am b/src/flac/Makefile.am
index 6f0145bb..ceae6a5f 100644
--- a/src/flac/Makefile.am
+++ b/src/flac/Makefile.am
@@ -50,7 +50,6 @@ flac_LDADD = \
$(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \
$(top_builddir)/src/share/replaygain_synthesis/libreplaygain_synthesis.la \
$(top_builddir)/src/libFLAC/libFLAC.la \
- @OGG_LIBS@ \
@LIBICONV@ \
-lm