Displaying 1 result from an estimated 1 matches for "603c032".
Did you mean:
603632
2013 Feb 07
0
[PATCH 1/4] xmms - Fix libtool usage.
...ol-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/plug...