From 1eecc0958463c5cae73d057ad493c0318b8643d2 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 27 May 2016 15:35:30 +0100 Subject: [PATCH] isl: automake: remove unneeded install-lib-links.mk include 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 Reviewed-by: Matt Turner Reviewed-by: Jason Ekstrand --- 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 35423863e9c..51e2ae1733f 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.30.2