From 4c7cc94cdc5844cd87b99eb6c14fdf76604eb3e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 22 Nov 2011 15:30:31 +0100 Subject: [PATCH] build: Add test/unit/jsParse.js to Makefile Commit 3941961f8b added the file without referencing it in the Makefile, which breaks distcheck. --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 8721a3829..caf3f528f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -21,6 +21,7 @@ TEST_JS = \ testcommon/ui.js \ unit/format.js \ unit/markup.js \ + unit/jsParse.js \ unit/url.js EXTRA_DIST += $(TEST_JS)