summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/osmesa
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2012-08-22 11:43:05 -0700
committerMatt Turner <mattst88@gmail.com>2012-08-24 11:08:19 -0700
commita8fd8cb9e7840c508d20466ff6e7c04bdc09d3bf (patch)
treea17be1a66a341e10d2b1111b475edd5262437307 /src/mesa/drivers/osmesa
parent383a70bf9aa68e4273cae764bcf0eea710ce2830 (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.am2
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@OSMESA_LIB@.la
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