build: Don't clean widl generated headers.

These shouldn't get removed by "make clean". Maintainer cleans will still get
rid of them.
This commit is contained in:
Henri Verbeet 2016-10-28 13:07:55 +02:00
parent 4142c477ef
commit f0cdf58f8d

View File

@ -41,7 +41,7 @@ vkd3d_demos_headers = \
demos/demo_xcb.h demos/demo_xcb.h
BUILT_SOURCES = $(widl_headers) BUILT_SOURCES = $(widl_headers)
CLEANFILES = $(widl_headers) $(spv_shaders) CLEANFILES = $(spv_shaders)
noinst_LTLIBRARIES = libvkd3d-common.la noinst_LTLIBRARIES = libvkd3d-common.la
libvkd3d_common_la_SOURCES = \ libvkd3d_common_la_SOURCES = \