mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-09 13:29:48 -05:00
Silence scanner makefile rule by default
This commit is contained in:
parent
b313b02983
commit
9750a7a9b5
1 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
%-protocol.c : $(top_srcdir)/protocol/%.xml
|
||||
$(top_builddir)/wayland/scanner code < $< > $@
|
||||
$(AM_V_GEN)$(top_builddir)/wayland/scanner code < $< > $@
|
||||
|
||||
%-server-protocol.h : $(top_srcdir)/protocol/%.xml
|
||||
$(top_builddir)/wayland/scanner server-header < $< > $@
|
||||
$(AM_V_GEN)$(top_builddir)/wayland/scanner server-header < $< > $@
|
||||
|
||||
%-client-protocol.h : $(top_srcdir)/protocol/%.xml
|
||||
$(top_builddir)/wayland/scanner client-header < $< > $@
|
||||
$(AM_V_GEN)$(top_builddir)/wayland/scanner client-header < $< > $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue