[Mesa-dev] [PATCH 03/18] isl: automake: remove unneeded install-lib-links.mk include

Emil Velikov emil.l.velikov at gmail.com
Fri May 27 14:35:30 UTC 2016


One uses the makefile to create compatibility symlinks (to
$top_builddir/libs) for shared libraries/modules. As we don't create any
here, there's no need to include the file.

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
 src/intel/isl/Makefile.am | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/intel/isl/Makefile.am b/src/intel/isl/Makefile.am
index 3542386..51e2ae1 100644
--- a/src/intel/isl/Makefile.am
+++ b/src/intel/isl/Makefile.am
@@ -116,8 +116,6 @@ tests_isl_surf_get_image_offset_test_LDADD = $(tests_ldadd)
 
 # ----------------------------------------------------------------------------
 
-include $(top_srcdir)/install-lib-links.mk
-
 EXTRA_DIST = \
 	isl_format_layout_gen.bash \
 	isl_format_layout.csv \
-- 
2.8.2



More information about the mesa-dev mailing list