>From 9979edd1b6b6dd8c7c6bafaa68c9d974a8a77688 Mon Sep 17 00:00:00 2001 From: "Timothy B. Terriberry" <tterr...@xiph.org> Date: Thu, 7 Feb 2013 12:23:24 -0800 Subject: [PATCH 1/4] xmms - Fix libtool usage.
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
_______________________________________________ flac-dev mailing list flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev