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. Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
This commit is contained in:
parent
b104c6d8af
commit
5c8bb1333f
@ -32,8 +32,6 @@ ACLOCAL_AMFLAGS = -I m4
|
|||||||
|
|
||||||
SUBDIRS = doc include m4 man src examples test build objs
|
SUBDIRS = doc include m4 man src examples test build objs
|
||||||
|
|
||||||
DISTCLEANFILES = libtool-disable-static
|
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
COPYING.FDL \
|
COPYING.FDL \
|
||||||
COPYING.GPL \
|
COPYING.GPL \
|
||||||
|
@ -38,9 +38,6 @@ else
|
|||||||
xmmsinputplugindir = @XMMS_INPUT_PLUGIN_DIR@
|
xmmsinputplugindir = @XMMS_INPUT_PLUGIN_DIR@
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Don't build a static library
|
|
||||||
LIBTOOL = $(top_builddir)/libtool-disable-static
|
|
||||||
|
|
||||||
xmmsinputplugin_LTLIBRARIES = libxmms-flac.la
|
xmmsinputplugin_LTLIBRARIES = libxmms-flac.la
|
||||||
|
|
||||||
plugin_sources = charset.c configure.c fileinfo.c http.c plugin.c tag.c
|
plugin_sources = charset.c configure.c fileinfo.c http.c plugin.c tag.c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user