diff options
author | Tom Stellard <[email protected]> | 2012-04-13 14:29:49 -0400 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-04-17 09:54:02 -0400 |
commit | 6077b347ae72af548667cc06cfff99e7e12c6d9f (patch) | |
tree | 69a6f292952e747a6870f2a1b2c6810af60ee72b /configure.ac | |
parent | 35f2fb70d3826df70fa2f53af05339137cddefc8 (diff) |
r600g: Use automake to generate Makefile
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 9d6cbeb96dc..4f84b774c44 100644 --- a/configure.ac +++ b/configure.ac @@ -1993,6 +1993,7 @@ dnl Substitute the config AC_CONFIG_FILES([configs/autoconf src/gallium/drivers/Makefile src/gallium/drivers/r300/Makefile + src/gallium/drivers/r600/Makefile src/gbm/Makefile src/gbm/main/gbm.pc src/egl/drivers/Makefile |