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 <[email protected]> --- 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 _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
