summaryrefslogtreecommitdiff
path: root/tests/lua-factory/sources/Makefile.am
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2015-05-07 11:23:33 +0100
committerPhilip Withnall <philip.withnall@collabora.co.uk>2015-05-07 11:25:21 +0100
commitaeae4f377f94896dab88dd970250627a06810d81 (patch)
tree4580025211543a1ae8f3d23db06bbdb0edd2d910 /tests/lua-factory/sources/Makefile.am
parent9ab867ae8977ff0285b5b3ec31ff77791dc39e95 (diff)
downloadgrilo-plugins-aeae4f377f94896dab88dd970250627a06810d81.tar.gz
build: Remove unnecessary MAINTAINERCLEANFILES variables
The *.in files are automatically cleaned by automake if they are listed in AC_CONFIG_FILES. The editor backup files (*~) should not be deleted by the build system. My editor backup files are my business. https://bugzilla.gnome.org/show_bug.cgi?id=749063
Diffstat (limited to 'tests/lua-factory/sources/Makefile.am')
-rw-r--r--tests/lua-factory/sources/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/lua-factory/sources/Makefile.am b/tests/lua-factory/sources/Makefile.am
index 0b46945..61c2d1e 100644
--- a/tests/lua-factory/sources/Makefile.am
+++ b/tests/lua-factory/sources/Makefile.am
@@ -46,12 +46,6 @@ CLEANFILES = \
noinst_PROGRAMS = $(TEST_PROGS)
-MAINTAINERCLEANFILES = \
- *.in \
- *~
-
EXTRA_DIST = $(metrolyrics_resources_files) test_lua_metrolyrics.gresource.xml
-DISTCLEANFILES = $(MAINTAINERCLEANFILES)
-
-include $(top_srcdir)/git.mk