Rename source subdir from wayland to src

This commit is contained in:
Kristian Høgsberg 2011-08-12 15:09:00 -04:00
parent 3733157d55
commit 4c260db68c
20 changed files with 6 additions and 6 deletions

8
src/scanner.mk Normal file
View 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 < $< > $@