diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2017-02-17 11:57:24 -0800 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2017-02-22 13:12:02 -0800 |
commit | 8e03250fcf4fc5de31e92ca4919959d932888a69 (patch) | |
tree | f231bc72a0b738c981a4871f0cd7c82308db38c6 /configure.ac | |
parent | e9dcb17962f7e58a81c93bae7bd33885675b1043 (diff) |
vulkan: Combine wsi and util makefiles
Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index c83a5234da..44c788377b 100644 --- a/configure.ac +++ b/configure.ac @@ -2691,8 +2691,7 @@ AC_CONFIG_FILES([Makefile src/mesa/main/tests/Makefile src/util/Makefile src/util/tests/hash_table/Makefile - src/vulkan/util/Makefile - src/vulkan/wsi/Makefile]) + src/vulkan/Makefile]) AC_OUTPUT |