From c13a54c7b276be1c63216092e7ceb7952a4e8574 Mon Sep 17 00:00:00 2001 From: William Wold Date: Wed, 19 Dec 2018 12:45:27 -0500 Subject: Remove generated Wayland files on make clean --- mate-panel/wayland-protocols/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mate-panel/wayland-protocols/Makefile.am b/mate-panel/wayland-protocols/Makefile.am index 4eb5f35c..05ba45c4 100644 --- a/mate-panel/wayland-protocols/Makefile.am +++ b/mate-panel/wayland-protocols/Makefile.am @@ -15,3 +15,9 @@ xdg-shell-client-protocol.h: xdg-shell.xml xdg-shell-protocol.c: xdg-shell.xml wayland-scanner -c code xdg-shell.xml xdg-shell-protocol.c endif + +clean: + rm -f wlr-layer-shell-unstable-v1-client-protocol.h + rm -f wlr-layer-shell-unstable-v1-protocol.c + rm -f xdg-shell-client-protocol.h + rm -f xdg-shell-protocol.c -- cgit v1.2.1