[PATCH 1/4] xmms - Fix libtool usage.

Timothy B. Terriberry tterribe at xiph.org
Thu Feb 7 12:23:24 PST 2013


9b7cb22f removed the extra libtool-disable-static script in favor
 of always building with disable-static, but plugin_xmms still
 referenced libtool-disable-static explicitly.
---
 Makefile.am                 | 2 --
 src/plugin_xmms/Makefile.am | 3 ---
 2 files changed, 5 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 603c032..9b7bd04 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,8 +32,6 @@ ACLOCAL_AMFLAGS = -I m4
 
 SUBDIRS = doc include m4 man src examples test build objs
 
-DISTCLEANFILES = libtool-disable-static
-
 EXTRA_DIST = \
 	COPYING.FDL \
 	COPYING.GPL \
diff --git a/src/plugin_xmms/Makefile.am b/src/plugin_xmms/Makefile.am
index 29879ed..84c4106 100644
--- a/src/plugin_xmms/Makefile.am
+++ b/src/plugin_xmms/Makefile.am
@@ -38,9 +38,6 @@ else
 xmmsinputplugindir = @XMMS_INPUT_PLUGIN_DIR@
 endif
 
-# Don't build a static library
-LIBTOOL = $(top_builddir)/libtool-disable-static
-
 xmmsinputplugin_LTLIBRARIES = libxmms-flac.la
 
 plugin_sources = charset.c configure.c fileinfo.c http.c plugin.c tag.c
-- 
1.7.12


--------------070004020404090404040108--


More information about the flac-dev mailing list