From: Emil Velikov Date: Fri, 27 May 2016 14:35:30 +0000 (+0100) Subject: isl: automake: remove unneeded install-lib-links.mk include X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=commitdiff_plain;h=1eecc0958463c5cae73d057ad493c0318b8643d2 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 --- 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 \