summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2006-07-11 22:35:25 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2006-07-11 22:35:25 +0000
commitd819586f5274fbee9c04f2c837c9fb6c5b034c74 (patch)
tree1149e3135ffee7818a4ce15df3b49620206d3eed
parentde69df94635a712b93877fb3b3260a3b03d09dd9 (diff)
downloadxine-lib-d819586f5274fbee9c04f2c837c9fb6c5b034c74.tar.gz
xine-lib-d819586f5274fbee9c04f2c837c9fb6c5b034c74.tar.bz2
Correct remaining references to libtool-nofpic.
CVS patchset: 8119 CVS date: 2006/07/11 22:35:25
-rw-r--r--Makefile.am6
-rw-r--r--misc/Makefile.common2
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index b9690c579..3c344a393 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-##
+###
## Process this file with automake to produce Makefile.in
##
@@ -34,7 +34,7 @@ EXTRA_DIST = config.rpath autogen.sh \
noinst_HEADERS = config.h
-CONFIG_CLEAN_FILES = libtool-nofpic
+CONFIG_CLEAN_FILES = libtool
docs:
@cd doc && $(MAKE) $@
@@ -100,7 +100,7 @@ maintainer-clean-generic:
-rm -f Makefile.in configure acinclude.m4 aclocal.m4
-rm -f config.h.in stamp-h.in ltconfig ltmain.sh
-rm -f config.guess config.sub install-sh missing mkinstalldirs
- -rm -f libtool-nofpic depcomp config.log
+ -rm -f depcomp config.log
maintainer-clean-generic-hook:
rm -f config.status
diff --git a/misc/Makefile.common b/misc/Makefile.common
index 2ed4916a3..e0bcc28ef 100644
--- a/misc/Makefile.common
+++ b/misc/Makefile.common
@@ -1,4 +1,4 @@
-LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic
+LIBTOOL = $(SHELL) $(top_builddir)/libtool
XINE_LIB = $(top_builddir)/src/xine-engine/libxine.la
$(XINE_LIB):