[gjs] build: add missed distfile



commit a2c32e6c6b0f92c541453ea94cc87b18318d274b
Author: Saleem Abdulrasool <compnerd compnerd org>
Date:   Wed Dec 19 20:08:42 2012 -0800

    build: add missed distfile
    
    modunicode.js must be distributed along with the tests for the unit tests to
    function.
    
    Signed-off-by: Saleem Abdulrasool <compnerd compnerd org>

 Makefile-test.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/Makefile-test.am b/Makefile-test.am
index 59b5370..6f5024e 100644
--- a/Makefile-test.am
+++ b/Makefile-test.am
@@ -189,6 +189,7 @@ EXTRA_DIST +=					\
 	test/js/modules/foobar.js               \
 	test/js/modules/mutualImport/a.js       \
 	test/js/modules/mutualImport/b.js       \
+	test/js/modules/modunicode.js		\
 	test/js/modules/subA/.secret.js         \
 	test/js/modules/subA/.hidden/hidden.js  \
 	test/js/modules/subA/foo                \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]