diff options
author | Matt Turner <[email protected]> | 2012-08-22 11:47:28 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2012-08-24 11:08:19 -0700 |
commit | c56b57f4a124b218aec21e6a53cd6b5ae1718054 (patch) | |
tree | 8294afd33b47d3c3034dcbe16abaec798361465d /src/mesa/drivers/osmesa/Makefile.am | |
parent | a8fd8cb9e7840c508d20466ff6e7c04bdc09d3bf (diff) |
build: Add libOSMesa.so.$(VERSION) link to libdir
Diffstat (limited to 'src/mesa/drivers/osmesa/Makefile.am')
-rw-r--r-- | src/mesa/drivers/osmesa/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/osmesa/Makefile.am b/src/mesa/drivers/osmesa/Makefile.am index 3e2f2dc80ca..1ceff886d01 100644 --- a/src/mesa/drivers/osmesa/Makefile.am +++ b/src/mesa/drivers/osmesa/Makefile.am @@ -45,6 +45,7 @@ lib@OSMESA_LIB@_la_LIBADD = \ all-local: lib@[email protected] $(MKDIR_P) $(top_builddir)/$(LIB_DIR); ln -f .libs/lib@[email protected] $(top_builddir)/$(LIB_DIR)/lib@[email protected]; + ln -f .libs/lib@[email protected].@VERSION@ $(top_builddir)/$(LIB_DIR)/lib@[email protected].@VERSION@; pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = osmesa.pc |