mirror of https://github.com/xiph/flac
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
|
||||
|
||||
DISTCLEANFILES = libtool-disable-static
|
||||
|
||||
EXTRA_DIST = \
|
||||
COPYING.FDL \
|
||||
COPYING.GPL \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue