From 12509e46b73e4c01c5d21a3c3b39e835d206d64d Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Wed, 26 Jul 2017 14:56:17 +0100 Subject: [PATCH] scanner: remove unused scanner.mk Nothing in the existing codebase references the file. Signed-off-by: Emil Velikov Reviewed-by: Pekka Paalanen --- src/scanner.mk | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/scanner.mk diff --git a/src/scanner.mk b/src/scanner.mk deleted file mode 100644 index 1b6963ce..00000000 --- a/src/scanner.mk +++ /dev/null @@ -1,8 +0,0 @@ -%-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 < $< > $@