diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-01-17 14:30:50 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-01-17 14:30:50 +0000 |
commit | d462ef0ce04d5ca91cd008efecc37c2c1fa39bbb (patch) | |
tree | d766c158ebc61f6d6e1ba349461365a70ee28a4d /src/libmpeg2 | |
parent | 6f90955bba9d996b0fe9080cc4c13d657562af3c (diff) | |
download | xine-lib-d462ef0ce04d5ca91cd008efecc37c2c1fa39bbb.tar.gz xine-lib-d462ef0ce04d5ca91cd008efecc37c2c1fa39bbb.tar.bz2 |
Avoid libtool running ldconfig (where not needed) at install time.
Diffstat (limited to 'src/libmpeg2')
-rw-r--r-- | src/libmpeg2/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libmpeg2/Makefile.am b/src/libmpeg2/Makefile.am index 5a9f1302c..849e56363 100644 --- a/src/libmpeg2/Makefile.am +++ b/src/libmpeg2/Makefile.am @@ -1,3 +1,4 @@ +include $(top_builddir)/misc/Makefile.plugins include $(top_srcdir)/misc/Makefile.common xineplug_LTLIBRARIES = xineplug_decode_mpeg2.la |