Makefile.in: Ignore autogenerated winevulkan files.
This commit is contained in:
parent
f7a03d620e
commit
19f18b660e
1 changed files with 10 additions and 0 deletions
10
Makefile.in
10
Makefile.in
|
@ -741,6 +741,16 @@ WINE_SOURCE_ARGS = \
|
|||
--exclude configure \
|
||||
--exclude autom4te.cache \
|
||||
--exclude include/config.h.in \
|
||||
--exclude include/config.h.ink \
|
||||
--exclude include/wine/vulkan.h \
|
||||
--exclude include/wine/vulkan_driver.h \
|
||||
--exclude dlls/vulkan-1/vulkan-1.spec \
|
||||
--exclude dlls/winevulkan/loader_thunks.c \
|
||||
--exclude dlls/winevulkan/loader_thunks.h \
|
||||
--exclude dlls/winevulkan/vulkan_thunks.c \
|
||||
--exclude dlls/winevulkan/vulkan_thunks.h \
|
||||
--exclude dlls/winevulkan/winevulkan.json \
|
||||
--exclude dlls/winevulkan/winevulkan.spec
|
||||
|
||||
WINE_CONFIGURE_ARGS = \
|
||||
--with-mingw \
|
||||
|
|
Loading…
Reference in a new issue