summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Wold <[email protected]>2018-12-19 12:45:27 -0500
committerlukefromdc <[email protected]>2018-12-21 04:56:22 +0000
commitc13a54c7b276be1c63216092e7ceb7952a4e8574 (patch)
treef66ecd9643c4f15c4ead87a831e2bd524f84d9a3
parent9b8511a811ccb947015ddd4fe980be65c63e3faa (diff)
downloadmate-panel-c13a54c7b276be1c63216092e7ceb7952a4e8574.tar.bz2
mate-panel-c13a54c7b276be1c63216092e7ceb7952a4e8574.tar.xz
Remove generated Wayland files on make clean
-rw-r--r--mate-panel/wayland-protocols/Makefile.am6
1 files changed, 6 insertions, 0 deletions
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