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 /misc | |
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 'misc')
-rw-r--r-- | misc/Makefile.am | 1 | ||||
-rw-r--r-- | misc/Makefile.plugins.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/misc/Makefile.am b/misc/Makefile.am index 1ab4097c5..7f7e8db7c 100644 --- a/misc/Makefile.am +++ b/misc/Makefile.am @@ -13,6 +13,7 @@ EXTRA_DIST = build_rpms.sh \ xine-lib.spec \ libxine.pc.in \ libdvdcss-1.2.6-network.patch \ + Makefile.plugins.in \ Makefile.common bin_SCRIPTS = xine-config diff --git a/misc/Makefile.plugins.in b/misc/Makefile.plugins.in new file mode 100644 index 000000000..adee79479 --- /dev/null +++ b/misc/Makefile.plugins.in @@ -0,0 +1 @@ +DESTDIR:=$(if $(DESTDIR),$(DESTDIR),@LIBTOOL_DESTDIR_DEFAULT@) |