util: Move ralloc to a new src/util directory.
[mesa.git] / configure.ac
index 3e56508a5307261926eef4e0e374df5f83342c35..b2b61c762fcb314cd81c4e936d38f02477e1bee8 100644 (file)
@@ -2279,7 +2279,9 @@ AC_CONFIG_FILES([Makefile
                src/mesa/drivers/osmesa/osmesa.pc
                src/mesa/drivers/x11/Makefile
                src/mesa/main/tests/Makefile
-               src/mesa/main/tests/hash_table/Makefile])
+               src/mesa/main/tests/hash_table/Makefile
+               src/util/Makefile
+               src/util/tests/Makefile])
 
 dnl Sort the dirs alphabetically
 GALLIUM_TARGET_DIRS=`echo $GALLIUM_TARGET_DIRS|tr " " "\n"|sort -u|tr "\n" " "`