From 07abd913b654a1a04a90db6203a92a14e4ae795a Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 14 May 2012 18:38:54 -0700 Subject: automake: Move top-level makefile to automake. This is part of a series to fix our build issues in the automake case by hooking up the automatic Makefile regeneration support. The extract_git_sha1 is moved into src/mesa/Makefile so that we get correct dependency generation. Reviewed-by: Kenneth Graunke --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ec4fa431fad..0801c6c9142 100644 --- a/configure.ac +++ b/configure.ac @@ -2130,6 +2130,7 @@ CXXFLAGS="$CXXFLAGS $USER_CXXFLAGS" dnl Substitute the config AC_CONFIG_FILES([configs/autoconf + Makefile src/gallium/auxiliary/pipe-loader/Makefile src/gallium/state_trackers/clover/Makefile src/gallium/drivers/Makefile -- cgit v1.2.3