From d877fa5f1e7dc917095b0dc0565ec0f1ef3cec94 Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Thu, 24 May 2012 00:35:16 -0500 Subject: tests: include tests/data/ in dist Otherwise tests using its contents will fail on distcheck. --- tests/Makefile.am | 2 ++ tests/data/Makefile.am | 1 + 2 files changed, 3 insertions(+) create mode 100644 tests/data/Makefile.am (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index ee6f2d3a4..3e3b00d92 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,3 +1,5 @@ +SUBDIRS = data + noinst_PROGRAMS = \ test-ephy-download \ test-ephy-embed-single \ diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am new file mode 100644 index 000000000..3b4c50794 --- /dev/null +++ b/tests/data/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = user-dirs.dirs -- cgit