diff options
author | Matt Turner <[email protected]> | 2012-08-22 11:43:05 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2012-08-24 11:08:19 -0700 |
commit | a8fd8cb9e7840c508d20466ff6e7c04bdc09d3bf (patch) | |
tree | a17be1a66a341e10d2b1111b475edd5262437307 /src/mesa/drivers/osmesa | |
parent | 383a70bf9aa68e4273cae764bcf0eea710ce2830 (diff) |
build: Replace OSMESA_VERSION with generic VERSION_NUMBER
Can be used by other modules.
Diffstat (limited to 'src/mesa/drivers/osmesa')
-rw-r--r-- | src/mesa/drivers/osmesa/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/osmesa/Makefile.am b/src/mesa/drivers/osmesa/Makefile.am index adda0fd6de5..3e2f2dc80ca 100644 --- a/src/mesa/drivers/osmesa/Makefile.am +++ b/src/mesa/drivers/osmesa/Makefile.am @@ -35,7 +35,7 @@ lib_LTLIBRARIES = lib@[email protected] lib@OSMESA_LIB@_la_SOURCES = osmesa.c -lib@OSMESA_LIB@_la_LDFLAGS = -module -version-number @OSMESA_VERSION@ -no-undefined +lib@OSMESA_LIB@_la_LDFLAGS = -module -version-number @VERSION_NUMBER@ -no-undefined lib@OSMESA_LIB@_la_LIBADD = \ $(top_builddir)/src/mesa/libmesa.la \ $(top_builddir)/src/mapi/glapi/libglapi.la |