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)
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

index 2634c349433a030b0f15a0f1db29c97daec2362f..cede5083af275db6779955ae57e8d8edb4770bc2 100644 (file)
@@ -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