diff options
author | Tom Stellard <tstellar@gmail.com> | 2012-02-19 19:38:58 -0500 |
---|---|---|
committer | Tom Stellard <tstellar@gmail.com> | 2012-02-26 15:13:47 -0500 |
commit | e6fa2d89e14452b6bdf42c7eb4150fb2a2c46a4a (patch) | |
tree | 947a55f5bdd4bce093cea8915124f48f3d813537 /configure.ac | |
parent | edf33079771d61b093c6bffd98094b197915d758 (diff) |
r300g: Use automake to generate Makefile v3
v2:
- s/$(top_builddir)/$(top_srcdir)/
- Always generate Makefile.in
v3:
- Fixes from Matt Turner
- Use Mesa CFLAGS
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 627f9c2289..0caa1b1bdf 100644 --- a/configure.ac +++ b/configure.ac @@ -1932,6 +1932,7 @@ CXXFLAGS="$CXXFLAGS $USER_CXXFLAGS" dnl Substitute the config AC_CONFIG_FILES([configs/autoconf + src/gallium/drivers/r300/Makefile src/gbm/Makefile src/gbm/main/gbm.pc src/egl/wayland/Makefile |