mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-09 13:29:48 -05:00
Rename source subdir from wayland to src
This commit is contained in:
parent
3733157d55
commit
4c260db68c
20 changed files with 6 additions and 6 deletions
8
src/scanner.mk
Normal file
8
src/scanner.mk
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
%-protocol.c : $(protocoldir)/%.xml
|
||||
$(AM_V_GEN)$(wayland_scanner) code < $< > $@
|
||||
|
||||
%-server-protocol.h : $(protocoldir)/%.xml
|
||||
$(AM_V_GEN)$(wayland_scanner) server-header < $< > $@
|
||||
|
||||
%-client-protocol.h : $(protocoldir)/%.xml
|
||||
$(AM_V_GEN)$(wayland_scanner) client-header < $< > $@
|
||||
Loading…
Add table
Add a link
Reference in a new issue