From d462ef0ce04d5ca91cd008efecc37c2c1fa39bbb Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sat, 17 Jan 2009 14:30:50 +0000 Subject: Avoid libtool running ldconfig (where not needed) at install time. --- src/combined/Makefile.am | 1 + src/combined/ffmpeg/Makefile.am | 1 + 2 files changed, 2 insertions(+) (limited to 'src/combined') diff --git a/src/combined/Makefile.am b/src/combined/Makefile.am index 03250ef67..6a43fed47 100644 --- a/src/combined/Makefile.am +++ b/src/combined/Makefile.am @@ -1,3 +1,4 @@ +include $(top_builddir)/misc/Makefile.plugins include $(top_srcdir)/misc/Makefile.common SUBDIRS = ffmpeg diff --git a/src/combined/ffmpeg/Makefile.am b/src/combined/ffmpeg/Makefile.am index a210d8f05..daae18509 100644 --- a/src/combined/ffmpeg/Makefile.am +++ b/src/combined/ffmpeg/Makefile.am @@ -1,3 +1,4 @@ +include $(top_builddir)/misc/Makefile.plugins include $(top_srcdir)/misc/Makefile.common DEFAULT_INCLUDES = -I. -- cgit v1.2.3