Mesa (master): src/Makefile.am: Move gtest before util

Jason Ekstrand jekstrand at kemper.freedesktop.org
Mon Aug 4 20:21:34 UTC 2014


Module: Mesa
Branch: master
Commit: ea705a45378ce50b05bc630a09bdb86509d290bb
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ea705a45378ce50b05bc630a09bdb86509d290bb

Author: Jason Ekstrand <jason.ekstrand at intel.com>
Date:   Mon Aug  4 12:25:36 2014 -0700

src/Makefile.am: Move gtest before util

Since the ralloc test in util/tests needs gtest, we need to make sure that
the gtest subdir is loaded first.  This fixes bug #82148.

Signed-off-by: Jason Ekstrand <jason.ekstrand at intel.com>
Reviewed-by: Brian Paul <brianp at vmware.com>

---

 src/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 2634c34..cede508 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -19,7 +19,7 @@
 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 # IN THE SOFTWARE.
 
-SUBDIRS = util gtest mapi
+SUBDIRS = gtest util mapi
 
 if NEED_OPENGL_COMMON
 SUBDIRS += glsl mesa




More information about the mesa-commit mailing list