diff options
author | Emil Velikov <[email protected]> | 2016-05-27 15:35:30 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-05-30 10:28:40 +0100 |
commit | 1eecc0958463c5cae73d057ad493c0318b8643d2 (patch) | |
tree | 1c2dd5d4aaff9a77196e8c1f8a96b532d15dd156 /src/intel/isl/Makefile.am | |
parent | afc1db739a3fd01436836084494e18df7103873b (diff) |
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 <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel/isl/Makefile.am')
-rw-r--r-- | src/intel/isl/Makefile.am | 2 |
1 files changed, 0 insertions, 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 \ |