From 231d7029cdfd10995f7ac2f29fd0c1a65ac0b02a Mon Sep 17 00:00:00 2001 From: rbuj Date: Sun, 21 Jun 2020 11:47:12 +0200 Subject: build: Add built sources to CLEANFILES target --- applets/notification_area/system-tray/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'applets/notification_area/system-tray') diff --git a/applets/notification_area/system-tray/Makefile.am b/applets/notification_area/system-tray/Makefile.am index f3e8c360..d415dc53 100644 --- a/applets/notification_area/system-tray/Makefile.am +++ b/applets/notification_area/system-tray/Makefile.am @@ -39,4 +39,7 @@ BUILT_SOURCES = na-marshal.c na-marshal.h EXTRA_DIST = \ na-marshal.list +CLEANFILES = \ + $(BUILT_SOURCES) + -include $(top_srcdir)/git.mk -- cgit v1.2.1