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/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'applets/notification_area/Makefile.am') diff --git a/applets/notification_area/Makefile.am b/applets/notification_area/Makefile.am index 539db550..365cdf5d 100644 --- a/applets/notification_area/Makefile.am +++ b/applets/notification_area/Makefile.am @@ -107,7 +107,7 @@ na-resources.c: na.gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$ na-resources.h: na.gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) --generate-dependencies $(srcdir)/na.gresource.xml) $(AM_V_GEN)$(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) --generate --c-name na $< -BUILT_SOURCES = \ +BUILT_SOURCES = \ na-resources.c \ na-resources.h @@ -121,6 +121,7 @@ EXTRA_DIST = \ $(service_in_files) CLEANFILES = \ + $(BUILT_SOURCES) \ $(applet_DATA) \ $(applet_in_files) \ $(service_DATA) \ -- cgit v1.2.1