Displaying 2 results from an estimated 2 matches for "29879ed".
Did you mean:
2587fed
2013 Feb 07
0
[PATCH 1/4] xmms - Fix libtool usage.
...efile.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...
2012 Dec 04
0
[PATCH] Update FSF address.
...al Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef FLAC__PLUGIN_COMMON__REPLAYGAIN_H
diff --git a/src/plugin_xmms/Makefile.am b/src/plugin_xmms/Makefile.am
index f96b3ae..29879ed 100644
--- a/src/plugin_xmms/Makefile.am
+++ b/src/plugin_xmms/Makefile.am
@@ -11,9 +11,9 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
-# You should have received a copy of the GNU General Public License
-# along with thi...