summaryrefslogtreecommitdiff
path: root/hw/xwin
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2019-02-22 10:21:27 +0100
committerMichel Dänzer <michel@daenzer.net>2019-02-22 10:21:27 +0100
commitf9bbc9d5ead5cf298f0e3e0b7ac5229af830f6e7 (patch)
tree37162807b583ca6b6acca7504fda89b24ee0df06 /hw/xwin
parent2f12c8017508f23195db92503435fc3ef183da4b (diff)
glx,xquartz: Fix make distcheck
Guard BUILT_SOURCES and CLEANFILES by XWIN_GLX_WINDOWS/XQUARTZ.
Diffstat (limited to 'hw/xwin')
-rw-r--r--hw/xwin/glx/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/xwin/glx/Makefile.am b/hw/xwin/glx/Makefile.am
index 1fc57f239..119fee404 100644
--- a/hw/xwin/glx/Makefile.am
+++ b/hw/xwin/glx/Makefile.am
@@ -62,9 +62,10 @@ generated_gl_thunks.ic: $(srcdir)/gen_gl_wrappers.py $(KHRONOS_SPEC_DIR)/gl.xml
generated_gl_thunks.def: $(srcdir)/gen_gl_wrappers.py $(KHRONOS_SPEC_DIR)/gl.xml $(KHRONOS_SPEC_DIR)/reg.py
$(AM_V_GEN)PYTHONPATH=$(KHRONOS_SPEC_DIR) $(PYTHON3) $(srcdir)/gen_gl_wrappers.py -registry $(KHRONOS_SPEC_DIR)/gl.xml -thunkdefs $(GENGLWRAPPERSOPTS) -outfile $@
-endif
BUILT_SOURCES = generated_gl_shim.ic generated_gl_thunks.ic generated_gl_thunks.def generated_wgl_wrappers.ic
CLEANFILES = $(BUILT_SOURCES)
+endif
+
EXTRA_DIST = gen_gl_wrappers.py