summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2016-08-07 17:05:07 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2016-08-07 17:05:07 -0500
commit1da084937d4ef9fac279d2ed1b434d8ccdc6e49d (patch)
tree324bb95d24da136e3bd879ec1846d1f6868adc32 /tests
parent947c58ddcfeaa71d11b64b4caeae9b7e9f09f7b0 (diff)
downloadepiphany-1da084937d4ef9fac279d2ed1b434d8ccdc6e49d.tar.gz
Reduce unnecessary use of EXTRA_DIST
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/data/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index d581b1f94..1def0133c 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -191,7 +191,7 @@ test_ephy_web_view_SOURCES = \
$(top_builddir)/src/epiphany-resources.c \
ephy-web-view-test.c
-EXTRA_DIST = \
+dist_noinst_DATA = \
data/test.html \
applications/epiphany.desktop \
applications/defaults.list
diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am
index fdc55a661..e57e6f491 100644
--- a/tests/data/Makefile.am
+++ b/tests/data/Makefile.am
@@ -1,3 +1,3 @@
-EXTRA_DIST = user-dirs.dirs
+dist_noinst_DATA = user-dirs.dirs
-include $(top_srcdir)/git.mk