diff options
author | RĂ©mi Cardona <remi@gentoo.org> | 2008-11-14 13:55:52 +0100 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-03-20 16:31:11 -0700 |
commit | b345b4e6adf00f8b2626e5c2563fc159e2295cc5 (patch) | |
tree | 664e5ba03c307c32872de7f29c8361fe0fd435ce /src/Makefile.am | |
parent | 48b91e066878db63a1558e4cd3e6d12ff9c49197 (diff) |
clean up man page generation and remove all traces of the i810 driver
The i810 compatibility symlink has been broken since libpciaccess, so just
let it die.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e05dbaba..ad87afcc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -220,9 +220,3 @@ if XVMC intel_drv_la_SOURCES += \ $(INTEL_XVMC_SRCS) endif - -install-data-local: install-intel_drv_laLTLIBRARIES - (cd $(DESTDIR)$(intel_drv_ladir) && rm -f i810_drv.so && ln -s intel_drv.so i810_drv.so) - -uninstall-local: - (cd $(DESTDIR)$(intel_drv_ladir) && rm -f i810_drv.so) |