Skip to content
Snippets Groups Projects
Commit 7a414b1a authored by Elizabeth Figura's avatar Elizabeth Figura Committed by Alexandre Julliard
Browse files

build: Clean widl generated headers if building with widl.

parent c326d75c
No related branches found
No related tags found
No related merge requests found
......@@ -174,6 +174,9 @@ vkd3d_v_widl_ = $(vkd3d_v_widl_@AM_DEFAULT_V@)
vkd3d_v_widl_0 = @echo " WIDL " $@;
vkd3d_v_widl_1 =
if HAVE_WIDL
CLEANFILES += $(widl_headers)
endif
EXTRA_DIST += $(widl_headers) $(widl_headers:.h=.idl)
$(widl_headers): %.h: %.idl
if HAVE_WIDL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment