src/Makefile.am: Move gtest before util
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 4 Aug 2014 19:25:36 +0000 (12:25 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Mon, 4 Aug 2014 20:21:08 +0000 (13:21 -0700)
commitea705a45378ce50b05bc630a09bdb86509d290bb
tree8dc3f60ad441f138f42f20e80507f9d321f0586e
parent9b10bc55896a8bcb5c3e71e1db99fbcf75d66df3
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@intel.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/Makefile.am