From 90a24be6db150d94d8ceea2b1f56dff8a2880d01 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Tue, 14 Oct 2003 21:58:22 +0000 Subject: made libtool-nofpic silent and not installing .la files at all CVS patchset: 5519 CVS date: 2003/10/14 21:58:22 --- src/xine-engine/Makefile.am | 1 + src/xine-utils/Makefile.am | 1 + 2 files changed, 2 insertions(+) (limited to 'src') diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am index c298789bf..b9edc03a5 100644 --- a/src/xine-engine/Makefile.am +++ b/src/xine-engine/Makefile.am @@ -2,6 +2,7 @@ include $(top_srcdir)/misc/Makefile.common AM_CFLAGS = $(THREAD_CFLAGS) $(X_CFLAGS) $(FT2_CFLAGS) +LIBTOOL = $(SHELL) $(top_builddir)/libtool lib_LTLIBRARIES = libxine.la XINEUTILS_LIB = $(top_builddir)/src/xine-utils/libxineutils.la diff --git a/src/xine-utils/Makefile.am b/src/xine-utils/Makefile.am index 60e779099..0ce5ea9cb 100644 --- a/src/xine-utils/Makefile.am +++ b/src/xine-utils/Makefile.am @@ -1,5 +1,6 @@ include $(top_srcdir)/misc/Makefile.common +LIBTOOL = $(SHELL) $(top_builddir)/libtool noinst_LTLIBRARIES = libxineutils.la EXTRA_DIST = ppcasm_string.S ppc_asm.tmpl -- cgit v1.2.3