diff options
author | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-05-24 13:35:16 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-05-24 13:37:38 +0800 |
commit | d877fa5f1e7dc917095b0dc0565ec0f1ef3cec94 (patch) | |
tree | a83eabba6dbc9248def61b19b60db7fc7ce19fb2 /configure.ac | |
parent | 848eda70900d77f2acb49c8a5558f01d5720623d (diff) | |
download | gsoc2013-epiphany-d877fa5f1e7dc917095b0dc0565ec0f1ef3cec94.tar.gz gsoc2013-epiphany-d877fa5f1e7dc917095b0dc0565ec0f1ef3cec94.tar.zst gsoc2013-epiphany-d877fa5f1e7dc917095b0dc0565ec0f1ef3cec94.zip |
tests: include tests/data/ in dist
Otherwise tests using its contents will fail on distcheck.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 21c1430f3..73472f0fd 100644 --- a/configure.ac +++ b/configure.ac @@ -327,6 +327,7 @@ src/bookmarks/Makefile src/epiphany.h po/Makefile.in tests/Makefile +tests/data/Makefile ], [], [EPIPHANY_API_VERSION=$EPIPHANY_API_VERSION]) |