Zebediah Figura : build: Clean widl generated headers if building with widl.

Alexandre Julliard julliard at winehq.org
Fri Aug 7 16:29:13 CDT 2020


Module: vkd3d
Branch: master
Commit: 7a414b1afc29ff907be8de8faf948ed2bee7bbd9
URL:    https://source.winehq.org/git/vkd3d.git/?a=commit;h=7a414b1afc29ff907be8de8faf948ed2bee7bbd9

Author: Zebediah Figura <zfigura at codeweavers.com>
Date:   Thu Aug  6 12:18:58 2020 -0500

build: Clean widl generated headers if building with widl.

Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index b172517..fc10ba6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -174,6 +174,9 @@ vkd3d_v_widl_ = $(vkd3d_v_widl_ at 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




More information about the wine-cvs mailing list