diff options
author | Matt Turner <[email protected]> | 2014-01-27 22:17:25 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-01-28 07:29:14 -0800 |
commit | 10dc994e094fe6e6e1478049c4290b9b839bb97d (patch) | |
tree | 7a43ec72c0e0360145f77cd8cede2a583e6974b2 /src/gbm | |
parent | 1db9ed6495b7ec80980d51e390891841bf28023a (diff) |
gbm: Make libgbm.so.1 symlink.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/gbm')
-rw-r--r-- | src/gbm/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gbm/Makefile.am b/src/gbm/Makefile.am index 4030cc6f4a5..de5126c0243 100644 --- a/src/gbm/Makefile.am +++ b/src/gbm/Makefile.am @@ -50,3 +50,4 @@ endif all-local: libgbm.la $(MKDIR_P) $(top_builddir)/$(LIB_DIR); ln -f .libs/libgbm.so.1.0.0 $(top_builddir)/$(LIB_DIR)/libgbm.so + ln -f .libs/libgbm.so.1.0.0 $(top_builddir)/$(LIB_DIR)/libgbm.so.1 |