From a9e139601515769f5662692b307cd6f81a1f2ff2 Mon Sep 17 00:00:00 2001 From: rbuj Date: Sat, 5 Dec 2020 20:39:51 +0100 Subject: spell: Remove BUILT_SOURCES variable from Makefile.am --- plugins/spell/Makefile.am | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/plugins/spell/Makefile.am b/plugins/spell/Makefile.am index 587596c5..3500950c 100644 --- a/plugins/spell/Makefile.am +++ b/plugins/spell/Makefile.am @@ -23,8 +23,7 @@ libspell_la_SOURCES = \ pluma-automatic-spell-checker.c \ pluma-automatic-spell-checker.h \ pluma-spell-utils.c \ - pluma-spell-utils.h \ - $(BUILT_SOURCES) + pluma-spell-utils.h libspell_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS) libspell_la_LIBADD = $(PLUMA_LIBS) $(ENCHANT_LIBS) @@ -51,9 +50,6 @@ EXTRA_DIST = \ $(spell_gschema_in) \ ui-a11y.suppr -CLEANFILES = $(BUILT_SOURCES) $(plugin_DATA) $(gsettings_SCHEMAS) - -dist-hook: - cd $(distdir); rm -f $(BUILT_SOURCES) +CLEANFILES = $(plugin_DATA) $(gsettings_SCHEMAS) -include $(top_srcdir)/git.mk -- cgit v1.2.1