diff options
author | Matt Turner <[email protected]> | 2014-06-10 18:11:56 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-06-11 20:09:22 -0700 |
commit | 026d1fe9860d6c5ec098532db935efb76cdbdc1e (patch) | |
tree | f01ab27c322d3afd717c3f8205195f9d331e019d | |
parent | 180e60df65f81e089783ae52f72f07914abf7569 (diff) |
configure.ac: Alphabetize AC_CONFIG_FILES.
This isn't supposed to be difficult.
Reviewed-by: Kristian Høgsberg <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
-rw-r--r-- | configure.ac | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index 723a8799085..2643c88ffa7 100644 --- a/configure.ac +++ b/configure.ac @@ -2219,23 +2219,23 @@ AC_CONFIG_FILES([Makefile src/gallium/targets/dri-vmwgfx/Makefile src/gallium/targets/egl-static/Makefile src/gallium/targets/gbm/Makefile - src/gallium/targets/opencl/Makefile - src/gallium/targets/xa/Makefile - src/gallium/targets/xa/xatracker.pc + src/gallium/targets/libgl-xlib/Makefile src/gallium/targets/omx-nouveau/Makefile + src/gallium/targets/opencl/Makefile src/gallium/targets/osmesa/Makefile src/gallium/targets/osmesa/osmesa.pc src/gallium/targets/pipe-loader/Makefile - src/gallium/targets/radeonsi/dri/Makefile - src/gallium/targets/radeonsi/omx/Makefile - src/gallium/targets/radeonsi/vdpau/Makefile src/gallium/targets/r300/dri/Makefile src/gallium/targets/r600/dri/Makefile src/gallium/targets/r600/omx/Makefile src/gallium/targets/r600/vdpau/Makefile src/gallium/targets/r600/xvmc/Makefile - src/gallium/targets/libgl-xlib/Makefile + src/gallium/targets/radeonsi/dri/Makefile + src/gallium/targets/radeonsi/omx/Makefile + src/gallium/targets/radeonsi/vdpau/Makefile src/gallium/targets/vdpau-nouveau/Makefile + src/gallium/targets/xa/Makefile + src/gallium/targets/xa/xatracker.pc src/gallium/targets/xvmc-nouveau/Makefile src/gallium/tests/trivial/Makefile src/gallium/tests/unit/Makefile |