diff options
author | Matt Turner <[email protected]> | 2013-03-09 00:25:45 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2013-03-12 17:02:21 -0700 |
commit | 439c3d4e313370823d49b53f031697cc8b18d171 (patch) | |
tree | fd0128dd9f8be183b6be9ac16ec1eb01fefbce51 /src/gallium/state_trackers/vega/Makefile.am | |
parent | 42c1b33f6d5ee1ab4ab7fdc8a7ab2c1dcd9e43e6 (diff) |
mesa: Replace MESA_VERSION with PACKAGE_VERSION.
One fewer place to have to update.
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers/vega/Makefile.am')
-rw-r--r-- | src/gallium/state_trackers/vega/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/state_trackers/vega/Makefile.am b/src/gallium/state_trackers/vega/Makefile.am index 85c173212c4..3ae096c85f3 100644 --- a/src/gallium/state_trackers/vega/Makefile.am +++ b/src/gallium/state_trackers/vega/Makefile.am @@ -25,8 +25,7 @@ include $(top_srcdir)/src/gallium/Automake.inc AM_CFLAGS = $(GALLIUM_CFLAGS) AM_CPPFLAGS = \ -I$(top_srcdir)/include \ - -I$(top_srcdir)/src/mapi \ - -DVEGA_VERSION_STRING=\"$(MESA_VERSION)\" + -I$(top_srcdir)/src/mapi noinst_LTLIBRARIES = libvega.la |