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/input | |
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/input')
-rw-r--r-- | src/input/Makefile.am | 1 | ||||
-rw-r--r-- | src/input/vcd/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am index 81dd62eca..8e9c9385d 100644 --- a/src/input/Makefile.am +++ b/src/input/Makefile.am @@ -1,3 +1,4 @@ +include $(top_builddir)/misc/Makefile.plugins include $(top_srcdir)/misc/Makefile.common EXTRA_DIST = input_dvd.c input_vcd.c input_gnome_vfs.c input_rtp.c diff --git a/src/input/vcd/Makefile.am b/src/input/vcd/Makefile.am index 31ec6a44c..61eac753b 100644 --- a/src/input/vcd/Makefile.am +++ b/src/input/vcd/Makefile.am @@ -1,3 +1,4 @@ +include $(top_builddir)/misc/Makefile.plugins include $(top_srcdir)/misc/Makefile.common SUBDIRS = libcdio libvcd |