diff options
author | rbuj <[email protected]> | 2020-12-05 20:39:51 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-12-10 18:24:24 +0100 |
commit | a9e139601515769f5662692b307cd6f81a1f2ff2 (patch) | |
tree | d2904fd52e51f97d2ee8d3403ff0302844f708e5 | |
parent | 3065fd0bd77b962fedd2d8fb499a9c2a3a17bee0 (diff) | |
download | pluma-a9e139601515769f5662692b307cd6f81a1f2ff2.tar.bz2 pluma-a9e139601515769f5662692b307cd6f81a1f2ff2.tar.xz |
spell: Remove BUILT_SOURCES variable from Makefile.am
-rw-r--r-- | plugins/spell/Makefile.am | 8 |
1 files 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 |