diff options
author | Ulrich Klauer <ulrich@chirlu.de> | 2013-04-06 21:28:25 +0200 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2013-04-07 11:03:56 +1000 |
commit | b500183e95b43575b5f1e5f859c797ca88287eaf (patch) | |
tree | 9fcc2c4e83e6704a322112a250d76419c92aa575 /src/plugin_xmms | |
parent | 5da86630bee2336e251f0a140f33332af703c43e (diff) | |
download | flac-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/plugin_xmms')
-rw-r--r-- | src/plugin_xmms/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugin_xmms/Makefile.am b/src/plugin_xmms/Makefile.am index 84c41065..ffb76a17 100644 --- a/src/plugin_xmms/Makefile.am +++ b/src/plugin_xmms/Makefile.am @@ -60,7 +60,6 @@ libxmms_flac_la_LIBADD = \ $(top_builddir)/src/share/utf8/libutf8.la \ $(top_builddir)/src/libFLAC/libFLAC.la \ -L$(top_builddir)/src/libFLAC/.libs \ - @OGG_LIBS@ \ @XMMS_LIBS@ \ @LIBICONV@ libxmms_flac_la_LDFLAGS = -module -avoid-version |