We now only have one Makefile.am so we don't need to keep these rules in a separate file for sharing.dev
parent
0aa19e9457
commit
0822942be2
@ -1,8 +0,0 @@ |
||||
%-protocol.c : $(wayland_protocoldir)/%.xml |
||||
$(AM_V_GEN)$(wayland_scanner) code < $< > $@
|
||||
|
||||
%-server-protocol.h : $(wayland_protocoldir)/%.xml |
||||
$(AM_V_GEN)$(wayland_scanner) server-header < $< > $@
|
||||
|
||||
%-client-protocol.h : $(wayland_protocoldir)/%.xml |
||||
$(AM_V_GEN)$(wayland_scanner) client-header < $< > $@
|
Loading…
Reference in new issue