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--