summaryrefslogtreecommitdiff
path: root/tests/lua-factory
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2015-05-07 11:18:09 +0100
committerPhilip Withnall <philip.withnall@collabora.co.uk>2015-05-07 11:25:21 +0100
commit0878c92c57a37fd6b2f508bb05d5e975b47cb919 (patch)
tree29ccf046456e1987e3b6e8bcd94d6d4e344eb596 /tests/lua-factory
parenteaa64e947c88e16dd38216146071a7df0c96b319 (diff)
build: Add git.mk support instead of manual .gitignore files
This makes maintenance of the .gitignore lists a lot easier. https://bugzilla.gnome.org/show_bug.cgi?id=749063
Diffstat (limited to 'tests/lua-factory')
-rw-r--r--tests/lua-factory/Makefile.am2
-rw-r--r--tests/lua-factory/sources/Makefile.am2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/lua-factory/Makefile.am b/tests/lua-factory/Makefile.am
index e7cf96e..818142e 100644
--- a/tests/lua-factory/Makefile.am
+++ b/tests/lua-factory/Makefile.am
@@ -17,3 +17,5 @@ MAINTAINERCLEANFILES = \
*~
DISTCLEANFILES = $(MAINTAINERCLEANFILES)
+
+-include $(top_srcdir)/git.mk
diff --git a/tests/lua-factory/sources/Makefile.am b/tests/lua-factory/sources/Makefile.am
index b975a84..0b46945 100644
--- a/tests/lua-factory/sources/Makefile.am
+++ b/tests/lua-factory/sources/Makefile.am
@@ -53,3 +53,5 @@ MAINTAINERCLEANFILES = \
EXTRA_DIST = $(metrolyrics_resources_files) test_lua_metrolyrics.gresource.xml
DISTCLEANFILES = $(MAINTAINERCLEANFILES)
+
+-include $(top_srcdir)/git.mk